diff options
Diffstat (limited to 'share/misc/Makefile')
-rw-r--r-- | share/misc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/misc/Makefile b/share/misc/Makefile index d34a7b9..491c76c 100644 --- a/share/misc/Makefile +++ b/share/misc/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.1 (Berkeley) 6/8/93 -# $Id: Makefile,v 1.9 1997/03/31 20:18:55 andreas Exp $ +# $Id: Makefile,v 1.10 1998/01/01 14:05:30 wosch Exp $ FILES= airport ascii birthtoken bsd-family-tree eqnchar flowers inter.phone \ iso3166 man.template mdoc.template na.phone operator scsi_modes @@ -8,7 +8,7 @@ NOOBJ= noobj all clean cleandir depend lint tags: install: - cd ${.CURDIR}; ${INSTALL} ${COPY} -o ${SHAREOWN} -g ${SHAREGRP} \ - -m ${SHAREMODE} ${FILES} ${DESTDIR}${SHAREDIR}/misc + ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${SHAREMODE} \ + ${FILES} ${DESTDIR}${BINDIR}/misc .include <bsd.prog.mk> |