COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIP
authormillert <millert@openbsd.org>
Sun, 27 Apr 1997 20:55:40 +0000 (20:55 +0000)
committermillert <millert@openbsd.org>
Sun, 27 Apr 1997 20:55:40 +0000 (20:55 +0000)
This fixes namespace problems where STRIP is sometimes used as
the name of the strip(1) to use and other times used as
the flag to send install(1) when stripping (or not).
COPY doesn't have this problem (yet) but was poorly named.

107 files changed:
games/atc/Makefile
games/caesar/Makefile
games/cribbage/Makefile
games/fish/Makefile
games/fortune/datfiles/Makefile
games/hack/Makefile
games/larn/Makefile
games/monop/Makefile
games/quiz/Makefile
games/robots/Makefile
games/wargames/Makefile
games/wump/Makefile
gnu/lib/libg++/libg++/genclass/Makefile.bsd-wrapper
gnu/lib/libg++/libg++/gperf/Makefile.bsd-wrapper
gnu/libexec/ld.so/ld.so/Makefile
gnu/libexec/uucp/sample/Makefile
gnu/libexec/uucp/uusched/Makefile
gnu/libexec/uucp/uuto/Makefile
gnu/usr.bin/cpio/Makefile
gnu/usr.bin/gzip/Makefile
gnu/usr.bin/rcs/Makefile.bsd-wrapper
gnu/usr.bin/sendbug/Makefile
include/Makefile
lib/csu/alpha/Makefile
lib/csu/c++/Makefile
lib/csu/i386/Makefile
lib/csu/m68k/Makefile
lib/csu/mips/Makefile
lib/csu/mvme88k/Makefile
lib/csu/ns32k/Makefile
lib/csu/powerpc/Makefile
lib/csu/sparc/Makefile
lib/csu/vax/Makefile
lib/libc/Makefile
lib/libcom_err/Makefile
lib/libcompat/Makefile
lib/libcurses/Makefile
lib/libedit/Makefile
lib/libform/Makefile
lib/libmenu/Makefile
lib/libocurses/Makefile
lib/libpanel/Makefile
lib/libpcap/Makefile
lib/librpcsvc/Makefile
lib/libskey/Makefile
lib/libss/Makefile
lib/libtermlib/Makefile
lib/libutil/Makefile
lib/libwrap/Makefile
lib/libz/Makefile
libexec/makewhatis/Makefile
sbin/fastboot/Makefile
sbin/mount_portal/Makefile
share/mk/Makefile
share/termcap/Makefile
share/terminfo/Makefile
sys/arch/i386/boot.dos/Makefile
sys/arch/i386/stand/biosboot/Makefile
sys/arch/i386/stand/boot/Makefile
sys/arch/i386/stand/mbr/Makefile
sys/arch/mvme68k/stand/netboot/Makefile
sys/arch/mvme68k/stand/sboot/Makefile
sys/arch/mvme88k/stand/netboot/Makefile
sys/arch/mvme88k/stand/openbsd/netboot/Makefile
sys/arch/mvme88k/stand/openbsd/sboot/Makefile
sys/arch/mvme88k/stand/sboot/Makefile
sys/arch/powerpc/stand/boot.mac/Makefile
sys/arch/powerpc/stand/boot/Makefile
sys/arch/sparc/stand/boot/Makefile
sys/arch/sparc/stand/bootxx/Makefile
sys/arch/sun3/stand/Makefile.inc
sys/arch/sun3/stand/bootxx/Makefile
usr.bin/calendar/Makefile
usr.bin/compress/Makefile
usr.bin/cpp/Makefile
usr.bin/false/Makefile
usr.bin/file/Makefile
usr.bin/gprof/Makefile
usr.bin/id/Makefile
usr.bin/less/Makefile.bsd-wrapper
usr.bin/lex/Makefile
usr.bin/locate/locate/Makefile
usr.bin/lorder/Makefile
usr.bin/mail/Makefile
usr.bin/mkdep/Makefile
usr.bin/more/Makefile
usr.bin/oldrdist/Makefile
usr.bin/pagesize/Makefile
usr.bin/shar/Makefile
usr.bin/skey/Makefile
usr.bin/strip/Makefile
usr.bin/true/Makefile
usr.bin/units/Makefile
usr.bin/vgrind/Makefile
usr.bin/vim/Makefile
usr.bin/xinstall/Makefile
usr.bin/xlint/llib/Makefile
usr.bin/xlint/xlint/Makefile
usr.sbin/adduser/Makefile
usr.sbin/named/ndc/Makefile
usr.sbin/named/nslookup/Makefile
usr.sbin/named/reload/Makefile
usr.sbin/named/restart/Makefile
usr.sbin/sendmail/cf/cf/Makefile
usr.sbin/sendmail/src/Makefile
usr.sbin/sliplogin/Makefile
usr.sbin/ypserv/ypinit/Makefile

index 62147a1..b291595 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.3 1996/12/08 15:36:11 downsj Exp $
+#      $OpenBSD: Makefile,v 1.4 1997/04/27 20:55:40 millert Exp $
 #      $NetBSD: Makefile,v 1.9 1995/03/21 15:03:38 cgd Exp $
 #      @(#)Makefile    8.1 (Berkeley) 5/31/93
 
@@ -24,7 +24,7 @@ beforeinstall:
         else \
                 true ; \
         fi
-       (cd ${.CURDIR}/games; ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} \
+       (cd ${.CURDIR}/games; ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} \
            -m 400 ${GAMES} ${DESTDIR}/usr/share/games/atc)
 
 .include <bsd.prog.mk>
index d67aed0..3709b02 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.2 1996/12/08 15:36:13 downsj Exp $
+#      $OpenBSD: Makefile,v 1.3 1997/04/27 20:55:41 millert Exp $
 #      $NetBSD: Makefile,v 1.4 1995/03/21 15:08:18 cgd Exp $
 #      @(#)Makefile    8.1 (Berkeley) 5/31/93
 
@@ -9,7 +9,7 @@ LDADD=  -lm
 MLINKS=        caesar.6 rot13.6
 
 beforeinstall:
-       ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
+       ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
            ${.CURDIR}/rot13.sh ${DESTDIR}/usr/games/rot13
 
 .include <bsd.prog.mk>
index 40ac1d1..e830376 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.3 1996/12/08 15:36:13 downsj Exp $
+#      $OpenBSD: Makefile,v 1.4 1997/04/27 20:55:42 millert Exp $
 #      $NetBSD: Makefile,v 1.5 1995/03/21 15:08:39 cgd Exp $
 #      @(#)Makefile    8.1 (Berkeley) 5/31/93
 
@@ -10,7 +10,7 @@ MAN=  cribbage.6
 HIDEGAME=hidegame
 
 beforeinstall: 
-       ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 \
+       ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 \
            ${.CURDIR}/cribbage.n ${DESTDIR}/usr/share/games/cribbage.instr
 
 .include <bsd.prog.mk>
index 5691540..136cc63 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.2 1996/12/08 15:36:14 downsj Exp $
+#      $OpenBSD: Makefile,v 1.3 1997/04/27 20:55:42 millert Exp $
 #      $NetBSD: Makefile,v 1.6 1995/03/23 08:28:14 cgd Exp $
 #      @(#)Makefile    8.1 (Berkeley) 5/31/93
 
@@ -7,7 +7,7 @@ MAN=    fish.6
 HIDEGAME=hidegame
 
 beforeinstall: 
-       ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 \
+       ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 \
            ${.CURDIR}/fish.instr ${DESTDIR}/usr/share/games/fish.instr
 
 .include <bsd.prog.mk>
index 8297a0d..e707799 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.4 1996/12/08 15:36:15 downsj Exp $
+#      $OpenBSD: Makefile,v 1.5 1997/04/27 20:55:43 millert Exp $
 #      $NetBSD: Makefile,v 1.15 1996/02/29 00:21:16 jtc Exp $
 #      @(#)Makefile    8.2 (Berkeley) 4/19/94
 
@@ -26,9 +26,9 @@ STRFILE!=cd $(.CURDIR)/../strfile; \
 all: ${BLDS}
 
 install: ${SRCS} ${BLDS}
-       (cd ${.CURDIR} && ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 \
+       (cd ${.CURDIR} && ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 \
            ${SRCS} ${DESTDIR}/usr/share/games/fortune)
-       ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 ${BLDS} \
+       ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 ${BLDS} \
            ${DESTDIR}/usr/share/games/fortune
 
 fortunes.dat fortunes2.dat fortunes2-o.dat limerick.dat startrek.dat zippy.dat:
index bdf0d14..c0225e2 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.7 1997/03/28 18:51:47 tholo Exp $
+#      $OpenBSD: Makefile,v 1.8 1997/04/27 20:55:44 millert Exp $
 #      @(#)Makefile    8.1 (Berkeley) 5/31/93
 
 PROG=  hack
@@ -30,11 +30,11 @@ makedefs: makedefs.c
        ${HOSTCC} ${CFLAGS} ${LDFLAGS} ${LDSTATIC} -o ${.TARGET} ${.CURDIR}/${.PREFIX}.c ${LDADD}
 
 beforeinstall: 
-       ${INSTALL} ${COPY} -o root -g games -m 660 /dev/null \
+       ${INSTALL} ${INSTALL_COPY} -o root -g games -m 660 /dev/null \
            ${DESTDIR}/var/games/hackdir/perm
-       ${INSTALL} ${COPY} -o root -g games -m 660 /dev/null \
+       ${INSTALL} ${INSTALL_COPY} -o root -g games -m 660 /dev/null \
            ${DESTDIR}/var/games/hackdir/record
-       ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/help \
+       ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/help \
            ${.CURDIR}/hh ${.CURDIR}/data ${DESTDIR}/var/games/hackdir
        rm -f ${DESTDIR}/var/games/hackdir/bones*
 
index 073abac..332bb7c 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.3 1996/12/08 15:36:16 downsj Exp $
+#      $OpenBSD: Makefile,v 1.4 1997/04/27 20:55:45 millert Exp $
 #      $NetBSD: Makefile,v 1.8 1995/04/22 07:34:00 cgd Exp $
 #      @(#)Makefile    5.12 (Berkeley) 5/30/93
 
@@ -64,7 +64,7 @@ LDADD=        -ltermcap -lcompat
 HIDEGAME=hidegame
 
 beforeinstall:
-       (cd ${.CURDIR}/datfiles; ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} \
+       (cd ${.CURDIR}/datfiles; ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} \
            -m 444 larnmaze larnopts larn.help \
            ${DESTDIR}/usr/share/games/larn)
 
index 4ac615e..93f71c4 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.3 1996/12/08 15:36:17 downsj Exp $
+#      $OpenBSD: Makefile,v 1.4 1997/04/27 20:55:46 millert Exp $
 #      $NetBSD: Makefile,v 1.12 1995/03/23 08:34:32 cgd Exp $
 #      @(#)Makefile    8.1 (Berkeley) 5/31/93
 
@@ -20,7 +20,7 @@ initdeck: initdeck.c
        ${HOSTCC} ${CFLAGS} ${LDFLAGS} ${LDSTATIC} -o ${.TARGET} ${.CURDIR}/initdeck.c ${LDADD}
 
 beforeinstall:
-       ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 cards.pck \
+       ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 cards.pck \
            ${DESTDIR}/usr/share/games
 
 .include <bsd.prog.mk>
index 18a8784..8d31af0 100644 (file)
@@ -11,7 +11,7 @@ CATS= africa america areas arith asia babies bard chinese collectives \
 HIDEGAME=hidegame
 
 beforeinstall:
-       (cd ${.CURDIR}/datfiles; ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} \
-           -m 444 ${CATS} ${DESTDIR}/usr/share/games/quiz.db)
+       (cd ${.CURDIR}/datfiles; ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} \
+           -g ${BINGRP} -m 444 ${CATS} ${DESTDIR}/usr/share/games/quiz.db)
 
 .include <bsd.prog.mk>
index f6baaba..0b6e04b 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.4 1997/02/05 18:26:07 kstailey Exp $
+#      $OpenBSD: Makefile,v 1.5 1997/04/27 20:55:47 millert Exp $
 #      $NetBSD: Makefile,v 1.5 1995/04/22 10:08:46 cgd Exp $
 #      @(#)Makefile    8.1 (Berkeley) 5/31/93
 
@@ -12,7 +12,7 @@ LDADD=        -lcurses -ltermlib
 HIDEGAME=hidegame
 
 beforeinstall:
-       ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \
+       ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \
            ${DESTDIR}/var/games/robots_roll
 
 .include <bsd.prog.mk>
index eceab82..2b3db98 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.2 1996/12/08 15:36:19 downsj Exp $
+#      $OpenBSD: Makefile,v 1.3 1997/04/27 20:55:48 millert Exp $
 #      $NetBSD: Makefile,v 1.4 1995/04/22 07:53:41 cgd Exp $
 #      @(#)Makefile    8.1 (Berkeley) 5/31/93
 
@@ -6,7 +6,7 @@ NOOBJ=  noobj
 all wargames clean cleandir depend lint tags:
 
 install:
-       ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
+       ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
            ${.CURDIR}/wargames.sh ${DESTDIR}/usr/games/wargames
 
 .include <bsd.prog.mk>
index b9dde2d..b0d3efb 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.2 1996/12/08 15:36:20 downsj Exp $
+#      $OpenBSD: Makefile,v 1.3 1997/04/27 20:55:49 millert Exp $
 #      $NetBSD: Makefile,v 1.4 1995/04/22 08:19:45 cgd Exp $
 #      @(#)Makefile    8.1 (Berkeley) 5/31/93
 
@@ -7,7 +7,7 @@ MAN=    wump.6
 HIDEGAME=hidegame
 
 beforeinstall:
-       ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 \
+       ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 \
            ${.CURDIR}/wump.info ${DESTDIR}/usr/share/games
 
 .include <bsd.prog.mk>
index ad05344..cea5537 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile.bsd-wrapper,v 1.1 1996/03/16 05:18:47 etheisen Exp $
+#      $OpenBSD: Makefile.bsd-wrapper,v 1.2 1997/04/27 20:55:50 millert Exp $
 
 PROG=          genclass
 SRCS=  
@@ -6,7 +6,7 @@ NOMAN=
 CLEANFILES+=   genclass.tmp sedscript my.out
 
 install:
-       install ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
+       install ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
                ${PROG} ${DESTDIR}/usr/bin
 
 tags:
index c73be47..3daa398 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile.bsd-wrapper,v 1.8 1997/01/19 22:46:48 graichen Exp $
+#      $OpenBSD: Makefile.bsd-wrapper,v 1.9 1997/04/27 20:55:51 millert Exp $
 
 .if defined(OBJMACHINE)
 OBJDIR=        obj.${MACHINE}
@@ -64,11 +64,11 @@ install: maninstall
 .else
 install: 
 .endif
-       install ${COPY} ${STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
-               ${PROG} ${DESTDIR}/usr/bin
+       ${INSTALL} ${INSTALL_COPY} ${INSTALL_STRIP} -o ${BINOWN} -g ${BINGRP} \
+               -m ${BINMODE} ${PROG} ${DESTDIR}/usr/bin
        @-cd $(.CURDIR); for i in gperf.info*; do \
                cmp -s $$i $(DESTDIR)/usr/share/info/$$i || \
-               install -c -o $(BINOWN) -g $(BINGRP) -m $(NONBINMODE) \
+               ${INSTALL} -c -o $(BINOWN) -g $(BINGRP) -m $(NONBINMODE) \
                $$i $(DESTDIR)/usr/share/info/$$i; \
        done
 
index 077129b..b637fea 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.3 1996/09/26 12:22:02 deraadt Exp $
+#      $OpenBSD: Makefile,v 1.4 1997/04/27 20:55:51 millert Exp $
 
 SUBDIR= # libdl
 
@@ -9,7 +9,7 @@ SRCS=   boot1.c hash.c readelflib1.c vsprintf.c elfinterp.c
 PROG=  ld.so
 MAN=   ld.so.8
 BINDIR=/usr/libexec
-STRIP=
+INSTALL_STRIP=
 
 .PATH: ${.CURDIR}/${MACHINE_ARCH}
 
index 9070559..85ff419 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.1 1996/12/08 22:39:32 tholo Exp $
+#      $OpenBSD: Makefile,v 1.2 1997/04/27 20:55:52 millert Exp $
 
 FILES= call config dial dialcode passwd port sys
 NOOBJ= noobj
@@ -7,7 +7,7 @@ install:
        @echo installing ${FILES}
        @-for i in ${FILES}; do \
                if [ ! -f ${DESTDIR}/etc/uucp/$$i ]; then \
-                       ${INSTALL} ${COPY} -o root -g wheel -m 644 $$i \
+                       ${INSTALL} ${INSTALL_COPY} -o root -g wheel -m 644 $$i \
                                ${DESTDIR}/etc/uucp; \
                fi; \
        done
index 64e8d2b..da81f33 100644 (file)
@@ -1,5 +1,5 @@
 # Makefile for uusched
-# $Id: Makefile,v 1.1.1.1 1995/10/18 08:38:43 deraadt Exp $
+# $Id: Makefile,v 1.2 1997/04/27 20:55:53 millert Exp $
 
 BINDIR=                $(bindir)
 
@@ -13,7 +13,7 @@ uusched:      uusched.in
                $(.CURDIR)/uusched.in > $(.TARGET)
 
 install:
-       install ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
+       install ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
            uusched ${DESTDIR}${BINDIR}
 
 .include <bsd.prog.mk>
index 426b6ad..be3f371 100644 (file)
@@ -1,5 +1,5 @@
 # Makefile for uuto
-# $Id: Makefile,v 1.1.1.1 1995/10/18 08:38:44 deraadt Exp $
+# $Id: Makefile,v 1.2 1997/04/27 20:55:54 millert Exp $
 
 BINDIR=                $(bindir)
 
@@ -13,7 +13,7 @@ uuto: uuto.in
                $(.CURDIR)/uuto.in > $(.TARGET)
 
 install:
-       install ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
+       install ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
            uuto ${DESTDIR}${BINDIR}
 
 .include <bsd.prog.mk>
index d29d765..9f0fd7d 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.3 1997/01/26 09:35:10 downsj Exp $
+#      $OpenBSD: Makefile,v 1.4 1997/04/27 20:55:55 millert Exp $
 #      $NetBSD: Makefile,v 1.3 1995/04/23 07:58:27 cgd Exp $
 
 PROG= cpio
@@ -18,7 +18,7 @@ cpio.info:    cpio.texi
        ${MAKEINFO} -I${.CURDIR} ${.CURDIR}/cpio.texi
 
 beforeinstall:
-       ${INSTALL} ${COPY} -m 444 -o ${BINOWN} -g ${BINGRP} *.info* \
+       ${INSTALL} ${INSTALL_COPY} -m 444 -o ${BINOWN} -g ${BINGRP} *.info* \
                ${DESTDIR}/usr/share/info
 
 .include <bsd.prog.mk>
index ecfe2e2..c593e2e 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.6 1997/01/26 09:53:18 downsj Exp $
+#      $OpenBSD: Makefile,v 1.7 1997/04/27 20:55:56 millert Exp $
 #      $NetBSD: Makefile,v 1.17 1995/10/24 22:18:34 jtc Exp $
 
 PROG=  gzip
@@ -33,7 +33,7 @@ gzip.info:    gzip.texi
        ${MAKEINFO} -I${.CURDIR} ${.CURDIR}/gzip.texi
 
 beforeinstall:
-       ${INSTALL} ${COPY} -m 444 -o ${BINOWN} -g ${BINGRP} *.info* \
+       ${INSTALL} ${INSTALL_COPY} -m 444 -o ${BINOWN} -g ${BINGRP} *.info* \
                ${DESTDIR}/usr/share/info
 
 afterinstall:
index ae4b3e6..fdf3a09 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile.bsd-wrapper,v 1.7 1997/04/21 08:41:17 downsj Exp $
+#      $OpenBSD: Makefile.bsd-wrapper,v 1.8 1997/04/27 20:55:57 millert Exp $
 
 MAN=   man/ci.1 man/co.1 man/ident.1 man/merge.1 man/rcs.1 man/rcsclean.1 \
         man/rcsdiff.1 man/rcsfile.5 man/rcsfreeze.1 man/rcsintro.1 \
@@ -30,7 +30,7 @@ man/rcsfile.cat5:     rcsfile.5
 install: maninstall
        ${MAKE} ${GNUCFLAGS} prefix=${DESTDIR}/usr \
                bindir=${DESTDIR}/usr/bin INSTALL_MAN= install
-       install ${COPY_FLAG} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
+       install ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
                ${.CURDIR}/src/rcsfreeze.sh ${DESTDIR}/usr/bin/rcsfreeze
 
 clean cleandir:
index 4e92fd1..eb9d128 100644 (file)
@@ -1,9 +1,9 @@
-#      $OpenBSD: Makefile,v 1.1 1996/06/27 21:09:06 tholo Exp $
+#      $OpenBSD: Makefile,v 1.2 1997/04/27 20:55:57 millert Exp $
 
 MAN=   sendbug.1
 
 beforeinstall:
-       install ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
+       install ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
                ${.CURDIR}/sendbug.sh ${DESTDIR}${BINDIR}/sendbug
 
 .include <bsd.prog.mk>
index f3b9ba4..a3137de 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.39 1997/04/19 21:26:15 millert Exp $
+#      $OpenBSD: Makefile,v 1.40 1997/04/27 20:55:58 millert Exp $
 #      $NetBSD: Makefile,v 1.59 1996/05/15 21:36:43 jtc Exp $
 
 #      @(#)Makefile    5.45.1.1 (Berkeley) 5/6/91
@@ -52,7 +52,7 @@ includes:
        @echo installing ${FILES}
        @-for i in ${FILES}; do \
                cmp -s $$i ${DESTDIR}/usr/include/$$i || \
-                   ${INSTALL} ${COPY} -m 444 $$i ${DESTDIR}/usr/include/$$i; \
+                   ${INSTALL} ${INSTALL_COPY} -m 444 $$i ${DESTDIR}/usr/include/$$i; \
        done
        @echo installing ${DIRS}
        @-for i in ${DIRS}; do \
@@ -60,7 +60,7 @@ includes:
                        ${DESTDIR}/usr/include/$$i; \
                (cd $$i; for j in *.[ih]; do \
                        cmp -s $$j ${DESTDIR}/usr/include/$$i/$$j || \
-                       ${INSTALL} ${COPY} -m 444 $$j ${DESTDIR}/usr/include/$$i/$$j; \
+                       ${INSTALL} ${INSTALL_COPY} -m 444 $$j ${DESTDIR}/usr/include/$$i/$$j; \
                done); \
        done
        @echo installing ${LFILES}
index b9844de..b646ae6 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.4 1996/11/13 21:23:13 niklas Exp $
+#      $OpenBSD: Makefile,v 1.5 1997/04/27 20:55:59 millert Exp $
 #      $NetBSD: Makefile,v 1.6 1996/10/18 05:27:38 thorpej Exp $
 
 .include <bsd.own.mk>                  # for ELF_TOOLCHAIN definition
@@ -41,7 +41,7 @@ crtend.o: crtend.c
        @rm -f ${.TARGET}.o
 
 install:
-       ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 ${OBJS} \
+       ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 ${OBJS} \
            ${DESTDIR}/usr/lib
 
 .include <bsd.prog.mk>
index 8578af4..4d87823 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.3 1996/12/08 15:22:18 downsj Exp $
+#      $OpenBSD: Makefile,v 1.4 1997/04/27 20:56:00 millert Exp $
 
 CFLAGS+=       -DLIBC_SCCS
 .if !defined(NOPIC)
@@ -14,7 +14,7 @@ c++rt0.o: c++rt0.c
        @mv a.out ${.TARGET}
 
 install:
-       ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 ${OBJS} \
+       ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 ${OBJS} \
            ${DESTDIR}/usr/lib
 
 .include <bsd.prog.mk>
index 76e6e1a..77b6731 100644 (file)
@@ -1,5 +1,5 @@
 #      from: @(#)Makefile      5.5 (Berkeley) 5/21/91
-#      $Id: Makefile,v 1.2 1996/12/08 15:22:19 downsj Exp $
+#      $Id: Makefile,v 1.3 1997/04/27 20:56:00 millert Exp $
 
 CFLAGS+=       -DLIBC_SCCS -I${.CURDIR}/..
 OBJS=          crt0.o gcrt0.o scrt0.o
@@ -26,7 +26,7 @@ scrt0.o: ${SRCS}
        @rm -f ${.TARGET}.o
 
 install:
-       ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 ${OBJS} \
+       ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 ${OBJS} \
            ${DESTDIR}/usr/lib
 
 .if make(depend)
index 87426c3..326da74 100644 (file)
@@ -1,5 +1,5 @@
 #      from: @(#)Makefile      5.5 (Berkeley) 5/21/91
-#      $Id: Makefile,v 1.2 1996/12/08 15:22:20 downsj Exp $
+#      $Id: Makefile,v 1.3 1997/04/27 20:56:01 millert Exp $
 
 CFLAGS+=       -DLIBC_SCCS -I${.CURDIR}/..
 OBJS=          crt0.o gcrt0.o scrt0.o
@@ -26,7 +26,7 @@ scrt0.o: ${SRCS}
        @rm -f ${.TARGET}.o
 
 install:
-       ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 ${OBJS} \
+       ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 ${OBJS} \
            ${DESTDIR}/usr/lib
 
 .if make(depend)
index 095e3a8..58e05c5 100644 (file)
@@ -1,5 +1,5 @@
 #      from: @(#)Makefile      8.1 (Berkeley) 6/1/93
-#      $Id: Makefile,v 1.7 1996/12/08 15:22:21 downsj Exp $
+#      $Id: Makefile,v 1.8 1997/04/27 20:56:02 millert Exp $
 
 CFLAGS+=       -DLIBC_SCCS -I${.CURDIR}
 OBJS=          crt0.o gcrt0.o scrt0.o crtn.o
@@ -28,7 +28,7 @@ scrt0.o: ${SRCS} ${DEPS}
        @rm -f ${.TARGET}.o
 
 install:
-       ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 ${OBJS} \
+       ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 ${OBJS} \
            ${DESTDIR}/usr/lib
 
 depend lint tags:
index 50b19ed..1132db2 100644 (file)
@@ -1,5 +1,5 @@
 #      from: @(#)Makefile      5.5 (Berkeley) 5/21/91
-#      $Id: Makefile,v 1.1 1997/03/25 17:06:44 rahnds Exp $
+#      $Id: Makefile,v 1.2 1997/04/27 20:56:03 millert Exp $
 
 CFLAGS+=       -DLIBC_SCCS -I${.CURDIR}/..
 OBJS=          crt0.o gcrt0.o scrt0.o
@@ -30,7 +30,7 @@ scrt0.o: ${SRCS}
        @rm -f ${.TARGET}.o
 
 install:
-       install ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 ${OBJS} \
+       ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 ${OBJS} \
            ${DESTDIR}/usr/lib
 
 .if make(depend)
index 61db62a..cebe2b9 100644 (file)
@@ -1,5 +1,5 @@
 #      from: @(#)Makefile      5.5 (Berkeley) 5/21/91
-#      $Id: Makefile,v 1.2 1996/12/08 15:22:22 downsj Exp $
+#      $Id: Makefile,v 1.3 1997/04/27 20:56:03 millert Exp $
 
 CFLAGS+=       -DLIBC_SCCS -I${.CURDIR}/..
 OBJS=          crt0.o gcrt0.o scrt0.o
@@ -26,7 +26,7 @@ scrt0.o: ${SRCS}
        @rm -f ${.TARGET}.o
 
 install:
-       ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 ${OBJS} \
+       ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 ${OBJS} \
            ${DESTDIR}/usr/lib
 
 .if make(depend)
index b845845..8be332e 100644 (file)
@@ -1,5 +1,5 @@
 #      from: @(#)Makefile      8.1 (Berkeley) 6/1/93
-#      $Id: Makefile,v 1.1.1.1 1996/12/21 20:53:48 rahnds Exp $
+#      $Id: Makefile,v 1.2 1997/04/27 20:56:04 millert Exp $
 
 CFLAGS=                -DLIBC_SCCS
 OBJS=          crt0.o gcrt0.o crtbegin.o crtend.o
@@ -30,7 +30,7 @@ crtend.o: crtend.s
        @rm -f ${.TARGET}.o
 
 install:
-       install ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 ${OBJS} \
+       ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 ${OBJS} \
                ${DESTDIR}/usr/lib
 
 depend lint tags:
index 61db62a..f6490a4 100644 (file)
@@ -1,5 +1,5 @@
 #      from: @(#)Makefile      5.5 (Berkeley) 5/21/91
-#      $Id: Makefile,v 1.2 1996/12/08 15:22:22 downsj Exp $
+#      $Id: Makefile,v 1.3 1997/04/27 20:56:05 millert Exp $
 
 CFLAGS+=       -DLIBC_SCCS -I${.CURDIR}/..
 OBJS=          crt0.o gcrt0.o scrt0.o
@@ -26,7 +26,7 @@ scrt0.o: ${SRCS}
        @rm -f ${.TARGET}.o
 
 install:
-       ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 ${OBJS} \
+       ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 ${OBJS} \
            ${DESTDIR}/usr/lib
 
 .if make(depend)
index d5794c4..1922df9 100644 (file)
@@ -1,5 +1,5 @@
 #      from: @(#)Makefile      5.6 (Berkeley) 5/22/91
-#      $Id: Makefile,v 1.2 1996/12/08 15:22:23 downsj Exp $
+#      $Id: Makefile,v 1.3 1997/04/27 20:56:06 millert Exp $
 
 CFLAGS+=       -DLIBC_SCCS -I${.CURDIR}/..
 OBJS=          crt0.o gcrt0.o scrt0.o
@@ -23,7 +23,7 @@ scrt0.o: crt0.c
        mv a.out ${.TARGET}
 
 install:
-       ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 ${OBJS} \
+       ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 ${OBJS} \
            ${DESTDIR}/usr/lib
 
 depend lint tags:
index 9696cdb..0896f66 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.12 1997/04/19 21:26:17 millert Exp $
+#      $OpenBSD: Makefile,v 1.13 1997/04/27 20:56:07 millert Exp $
 #
 # All library objects contain sccsid strings by default; they may be
 # excluded as a space-saving measure.  To produce a library that does
@@ -101,7 +101,7 @@ tags: ${SRCS}
            >> tags; sort -o tags tags
 
 beforeinstall:
-       ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 tags \
+       ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 tags \
                ${DESTDIR}/var/db/libc.tags
 
 .include <bsd.lib.mk>
index 2625f59..7376055 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.2 1996/12/08 15:22:25 downsj Exp $
+#      $OpenBSD: Makefile,v 1.3 1997/04/27 20:56:07 millert Exp $
 
 LIB=   com_err
 SRCS=  com_err.c error_message.c et_name.c init_et.c
@@ -8,7 +8,7 @@ MAN=    com_err.3
 includes:
        -cd ${.CURDIR}; cmp -s com_err.h ${DESTDIR}/usr/include/com_err.h > \
            /dev/null 2>&1 || \
-           ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 com_err.h \
+           ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 com_err.h \
            ${DESTDIR}/usr/include/com_err.h
 
 .include <bsd.lib.mk>
index 08f9588..0608229 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.4 1996/12/08 15:22:25 downsj Exp $
+#      $OpenBSD: Makefile,v 1.5 1997/04/27 20:56:08 millert Exp $
 #      $NetBSD: Makefile,v 1.15 1995/09/07 07:17:53 jtc Exp $
 
 LIB=   compat
@@ -53,7 +53,7 @@ MAN+= regexp.3
 includes:
        @cd ${.CURDIR}; for i in $(HDRS); do \
            j="cmp -s $$i ${DESTDIR}/usr/include/`basename $$i` || \
-               ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 $$i \
+               ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 $$i \
                ${DESTDIR}/usr/include"; \
            echo $$j; \
            eval "$$j"; \
index 5f90a42..4fa8bbb 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.13 1997/02/27 21:45:53 tholo Exp $
+#      $OpenBSD: Makefile,v 1.14 1997/04/27 20:56:09 millert Exp $
 
 LIB=    curses
 SRCS=  hardscroll.c lib_acs.c lib_delch.c lib_insstr.c lib_options.c \
@@ -30,10 +30,10 @@ beforedepend: keys.tries
 includes:
        @cd ${.CURDIR}; for i in unctrl.h; do \
          cmp -s $$i ${DESTDIR}/usr/include/$$i || \
-         ${INSTALL} ${COPY} -m 444 -o $(BINOWN) -g $(BINGRP) $$i \
+         ${INSTALL} ${INSTALL_COPY} -m 444 -o $(BINOWN) -g $(BINGRP) $$i \
          ${DESTDIR}/usr/include; done
        @cd ${.CURDIR}; cmp -s curses.h ${DESTDIR}/usr/include/curses.h || \
-         ${INSTALL} ${COPY} -m 444 -o $(BINOWN) -g $(BINGRP) curses.h \
+         ${INSTALL} ${INSTALL_COPY} -m 444 -o $(BINOWN) -g $(BINGRP) curses.h \
          ${DESTDIR}/usr/include
 
 keys.tries: ${.CURDIR}/keys.list ${.CURDIR}/MKkeys.awk
index 18ba340..6880d1e 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.4 1997/01/16 05:18:27 millert Exp $
+#      $OpenBSD: Makefile,v 1.5 1997/04/27 20:56:10 millert Exp $
 #      from: @(#)Makefile      8.1 (Berkeley) 6/4/93
 
 LIB=   edit
@@ -63,7 +63,7 @@ test: libedit.a test.o
 includes:
        -cd ${.CURDIR}; cmp -s histedit.h ${DESTDIR}/usr/include/histedit.h > \
            /dev/null 2>&1 || \
-           ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 histedit.h \
+           ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 histedit.h \
            ${DESTDIR}/usr/include
 
 .include <bsd.lib.mk>
index 30876a6..1568bb1 100644 (file)
@@ -14,7 +14,7 @@ MAN=  form.3 form_field_userptr.3 form_cursor.3 form_field_validation.3 \
 includes:
        @cd ${.CURDIR}; for i in ${HDRS}; do \
          cmp -s $$i ${DESTDIR}/usr/include/$$i || \
-         ${INSTALL} ${COPY} -m 444 -o $(BINOWN) -g $(BINGRP) $$i \
+         ${INSTALL} ${INSTALL_COPY} -m 444 -o $(BINOWN) -g $(BINGRP) $$i \
          ${DESTDIR}/usr/include; done
 
 .include <bsd.lib.mk>
index 052e2e6..dc98828 100644 (file)
@@ -12,7 +12,7 @@ MAN=  menu.3 menu_driver.3 menu_items.3 menu_opts.3 menu_userptr.3 \
 includes:
        @cd ${.CURDIR}; for i in ${HDRS}; do \
          cmp -s $$i ${DESTDIR}/usr/include/$$i || \
-         ${INSTALL} ${COPY} -m 444 -o $(BINOWN) -g $(BINGRP) $$i \
+         ${INSTALL} ${INSTALL_COPY} -m 444 -o $(BINOWN) -g $(BINGRP) $$i \
          ${DESTDIR}/usr/include; done
 
 .include <bsd.lib.mk>
index 0639a5b..e748ce0 100644 (file)
@@ -14,7 +14,7 @@ MAN=  ocurses.3
 includes:
        -cd ${.CURDIR}; cmp -s curses.h ${DESTDIR}/usr/include/ocurses.h > \
            /dev/null 2>&1 || \
-           ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 curses.h \
+           ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 curses.h \
            ${DESTDIR}/usr/include/ocurses.h
 
 .if make(install)
index a02e56d..938f750 100644 (file)
@@ -6,7 +6,7 @@ MAN=    panel.3
 includes:
        @cd ${.CURDIR}; for i in ${HDRS}; do \
          cmp -s $$i ${DESTDIR}/usr/include/$$i || \
-         ${INSTALL} ${COPY} -m 444 -o $(BINOWN) -g $(BINGRP) $$i \
+         ${INSTALL} ${INSTALL_COPY} -m 444 -o $(BINOWN) -g $(BINGRP) $$i \
          ${DESTDIR}/usr/include; done
 
 .include <bsd.lib.mk>
index 027aded..f2890b0 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.7 1996/12/08 15:22:30 downsj Exp $
+#      $OpenBSD: Makefile,v 1.8 1997/04/27 20:56:13 millert Exp $
 #      $NetBSD: Makefile,v 1.3 1996/05/10 21:54:24 cgd Exp $
 
 LIB=   pcap
@@ -24,7 +24,7 @@ scanner.c:    scanner.l grammar.c
 includes:
        @cd ${.CURDIR}; for i in $(HDRS); do \
            j="cmp -s $$i ${DESTDIR}/usr/include/$$i || \
-               ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 $$i \
+               ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 $$i \
                ${DESTDIR}/usr/include"; \
            echo $$j; \
            eval "$$j"; \
index 18c2bb6..abca918 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.4 1996/12/08 15:22:31 downsj Exp $
+#      $OpenBSD: Makefile,v 1.5 1997/04/27 20:56:14 millert Exp $
 
 
 RPCSRCS=       bootparam_prot.x klm_prot.x mount.x nfs_prot.x\
@@ -21,13 +21,13 @@ includes:   ${HDRS}
        @echo installing rpc .h and .x files
        @for i in $(HDRS); do \
            cmp -s $$i ${DESTDIR}/usr/include/rpcsvc/$$i || \
-               { j="${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 $$i \
+               { j="${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 $$i \
                ${DESTDIR}/usr/include/rpcsvc"; \
                echo $$j; $$j; } \
        done
        @cd ${.CURDIR}; for i in $(RPCSRCS); do \
            cmp -s $(.CURDIR)/$$i ${DESTDIR}/usr/include/rpcsvc/$$i || \
-               { j="${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 $$i \
+               { j="${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 $$i \
                ${DESTDIR}/usr/include/rpcsvc"; \
                echo $$j; $$j; } \
        done
index 87906ee..3c6a145 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.3 1996/12/08 15:22:32 downsj Exp $
+# $Id: Makefile,v 1.4 1997/04/27 20:56:15 millert Exp $
 
 LIB=   skey
 SRCS=  skeylogin.c skeysubr.c put.c
@@ -8,7 +8,7 @@ HDRS=   skey.h
 includes:
        @cd ${.CURDIR}; for i in $(HDRS); do \
            j="cmp -s $$i ${DESTDIR}/usr/include/`basename $$i` || \
-               ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 $$i \
+               ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 $$i \
                ${DESTDIR}/usr/include"; \
            echo $$j; \
            eval "$$j"; \
index c6abe2b..5eacd41 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.5 1997/02/26 02:03:39 downsj Exp $
+#      $OpenBSD: Makefile,v 1.6 1997/04/27 20:56:16 millert Exp $
 
 LIB=   ss
 HDRS=  ss.h ${.OBJDIR}/ss_err.h
@@ -24,7 +24,7 @@ includes: ss_err.h
                ${DESTDIR}/usr/include/ss; \
        cd ${.CURDIR}; for i in $(HDRS); do \
            j="cmp -s $$i ${DESTDIR}/usr/include/ss/$$i || \
-               ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 $$i \
+               ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 $$i \
                ${DESTDIR}/usr/include/ss"; \
            echo $$j; \
            eval "$$j"; \
index be04534..bf0ba0c 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.6 1997/01/05 08:22:05 deraadt Exp $
+#      $OpenBSD: Makefile,v 1.7 1997/04/27 20:56:17 millert Exp $
 #
 # Copyright (c) 1996 SigmaSoft, Th. Lockert <tholo@sigmasoft.com>
 # All rights reserved.
@@ -68,7 +68,7 @@ binaries.h:   mkinfo Capabilities
 includes:      ${HDRS}
        @for i in ${HDRS}; do \
            cmp -s $$i ${DESTDIR}/usr/include/$$i || \
-               ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 $$i \
+               ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 $$i \
                ${DESTDIR}/usr/include; \
        done
 
index a5c450c..d03c964 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.12 1997/02/16 19:59:17 provos Exp $
+#      $OpenBSD: Makefile,v 1.13 1997/04/27 20:56:18 millert Exp $
 #      $NetBSD: Makefile,v 1.8 1996/05/16 07:03:28 thorpej Exp $
 
 LIB=   util
@@ -38,7 +38,7 @@ MLINKS+=scsi.3 scsi_debug_output.3
 includes:
        @cd ${.CURDIR}; for i in $(HDRS); do \
            j="cmp -s $$i ${DESTDIR}/usr/include/$$i || \
-               ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 $$i \
+               ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 $$i \
                ${DESTDIR}/usr/include"; \
            echo $$j; \
            eval "$$j"; \
index 4bcd27d..2da1802 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.2 1997/03/04 08:59:23 downsj Exp $
+#      $OpenBSD: Makefile,v 1.3 1997/04/27 20:56:19 millert Exp $
 
 LIB=   wrap
 SRCS=  hosts_access.c options.c shell_cmd.c rfc931.c eval.c \
@@ -23,7 +23,7 @@ MLINKS+=hosts_access.3 request_set.3
 includes:
        @cd ${.CURDIR}; for i in $(HDRS); do \
            j="cmp -s $$i ${DESTDIR}/usr/include/$$i || \
-               ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 $$i \
+               ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 $$i \
                ${DESTDIR}/usr/include"; \
            echo $$j; \
            eval "$$j"; \
index c3625c9..b1c0015 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.3 1996/12/08 15:22:35 downsj Exp $
+#      $OpenBSD: Makefile,v 1.4 1997/04/27 20:56:20 millert Exp $
 
 LIB=   z
 HDRS=  zconf.h zlib.h
@@ -10,8 +10,8 @@ NOMAN=        noman
 includes:
        @cd ${.CURDIR}; for i in $(HDRS); do \
                j="cmp -s $$i ${DESTDIR}/usr/include/$$i || \
-                   ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 $$i \
-                   ${DESTDIR}/usr/include"; \
+                   ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 \
+                   $$i ${DESTDIR}/usr/include"; \
                echo $$j; \
                eval "$$j"; \
        done
index df64d5d..d39355c 100644 (file)
@@ -1,11 +1,11 @@
-#      $OpenBSD: Makefile,v 1.2 1996/12/08 15:17:19 downsj Exp $
+#      $OpenBSD: Makefile,v 1.3 1997/04/27 20:56:20 millert Exp $
 
 NOMAN=
 NOPROG=
 NOOBJ=
 
 afterinstall:
-       ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
+       ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
                ${.CURDIR}/makewhatis.sh ${DESTDIR}${BINDIR}/makewhatis
 
 .include <bsd.prog.mk>
index 2257751..49a6d8d 100644 (file)
@@ -1,13 +1,13 @@
-#      $OpenBSD: Makefile,v 1.4 1996/12/08 14:37:22 downsj Exp $
+#      $OpenBSD: Makefile,v 1.5 1997/04/27 20:56:21 millert Exp $
 #      $NetBSD: Makefile,v 1.7 1995/03/18 14:55:27 cgd Exp $
 
 MAN=   fastboot.8
 MLINKS=        fastboot.8 fasthalt.8
 
 beforeinstall:
-       ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
+       ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
            ${.CURDIR}/fastboot.sh ${DESTDIR}${BINDIR}/fastboot
-       ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
+       ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
            ${.CURDIR}/fasthalt.sh ${DESTDIR}${BINDIR}/fasthalt
 
 .include <bsd.prog.mk>
index 1e77deb..a55a5fe 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.5 1997/03/23 04:43:22 millert Exp $
+#      $OpenBSD: Makefile,v 1.6 1997/04/27 20:56:22 millert Exp $
 #      $NetBSD: Makefile,v 1.10 1995/03/18 14:57:50 cgd Exp $
 
 PROG=  mount_portal
@@ -14,6 +14,6 @@ CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT}
 
 afterinstall:
        if [ ! -f ${DESTDIR}/etc/portal.conf ]; then \
-               ${INSTALL} ${COPY} -o root -g wheel -m 644 \
+               ${INSTALL} ${INSTALL_COPY} -o root -g wheel -m 644 \
                    ${.CURDIR}/portal.conf ${DESTDIR}/etc; \
        fi
index 4c81443..37668b4 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.6 1996/12/08 14:42:26 downsj Exp $
+#      $OpenBSD: Makefile,v 1.7 1997/04/27 20:56:23 millert Exp $
 #      $NetBSD: Makefile,v 1.12 1995/10/22 00:45:53 christos Exp $
 
 FILES= bsd.README bsd.doc.mk bsd.dep.mk bsd.lib.mk bsd.man.mk bsd.nls.mk \
@@ -7,7 +7,7 @@ FILES=  bsd.README bsd.doc.mk bsd.dep.mk bsd.lib.mk bsd.man.mk bsd.nls.mk \
 NOOBJ= noobj
 
 install:
-       ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
+       ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
            ${DESTDIR}${BINDIR}/mk
 
 .include <bsd.prog.mk>
index 802ca99..e33fa65 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.4 1996/10/06 20:57:05 tholo Exp $
+#      $OpenBSD: Makefile,v 1.5 1997/04/27 20:56:24 millert Exp $
 #      from: @(#)Makefile      5.14 (Berkeley) 9/15/92
 
 MAN=   termcap.5
@@ -14,11 +14,11 @@ termcap.db: termcap.src
        cap_mkdb -f termcap ${.OBJDIR}/fixed
 
 realinstall:
-       install ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 termcap.db \
+       ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 termcap.db \
             ${DESTDIR}${BINDIR}/misc/termcap.db
-       install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/termcap.src \
+       ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/termcap.src \
             ${DESTDIR}${BINDIR}/misc/termcap
-       install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/map3270 \
+       ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/map3270 \
             ${DESTDIR}${BINDIR}/misc/map3270
        ln -fs ${BINDIR}/misc/termcap ${DESTDIR}/etc/termcap
 
index 08c5122..339bd2a 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.1 1996/07/22 04:46:01 tholo Exp $
+#      $OpenBSD: Makefile,v 1.2 1997/04/27 20:56:25 millert Exp $
 
 #MAN=  terminfo.5
 
@@ -13,7 +13,7 @@ terminfo.db: terminfo.src
        info_mkdb -f terminfo ${.OBJDIR}/fixed
 
 realinstall:
-       install ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 terminfo.db \
+       ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 terminfo.db \
             ${DESTDIR}${BINDIR}/misc/terminfo.db
 
 .include <bsd.prog.mk>
index 2ccc250..6be426a 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.4 1997/01/02 16:37:53 etheisen Exp $
+#      $OpenBSD: Makefile,v 1.5 1997/04/27 20:56:26 millert Exp $
 #      $NetBSD: Makefile,v 1.18 1995/03/23 19:46:45 jtc Exp $
 #
 # Ported to boot 386BSD by Julian Elischer (julian@tfs.com)
@@ -27,7 +27,7 @@
 
 PROG=  boot.com
 NOMAN= noman
-STRIP=
+INSTALL_STRIP=
 
 S=     ${.CURDIR}/../../..
 
index 5892f98..31dc4d9 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.5 1997/04/21 20:31:00 mickey Exp $
+#      $OpenBSD: Makefile,v 1.6 1997/04/27 20:56:27 millert Exp $
 
 PROG=  biosboot
 SRCS=  biosboot.S
@@ -6,7 +6,7 @@ SRCS=   biosboot.S
 CPPFLAGS+=-DSTART=$(START) -DBOOTMAGIC=$(BOOTMAGIC) -DBOOTREL=$(BOOTREL)
 LD=ld
 LDFLAGS=-nostdlib -Ttext 0 -N -x -Bstatic
-STRIP=
+INSTALL_STRIP=
 MAN=   biosboot.8
 
 all:   machine-links
index b46aaa4..b616935 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.5 1997/04/18 17:53:13 mickey Exp $
+#      $OpenBSD: Makefile,v 1.6 1997/04/27 20:56:28 millert Exp $
 
 PROG=  boot
 SRCS=  srt0.S boot.c cmd.c conf.c
@@ -7,7 +7,7 @@ AFLAGS+=-Wa,-R
 # AFLAGS+=-Wa,-a
 LD=ld
 LDFLAGS+=-nostdlib -Ttext $(START) -z -x -e start_boot -Bstatic
-STRIP=
+INSTALL_STRIP=
 MAN=   boot.8
 SADIR=${.CURDIR}/..
 
index ae3e65f..0d06a0c 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.3 1997/04/21 20:31:00 mickey Exp $
+#      $OpenBSD: Makefile,v 1.4 1997/04/27 20:56:29 millert Exp $
 #
 
 PROG=  mbr
@@ -7,7 +7,7 @@ AFLAGS+=-I${.CURDIR} -I${.CURDIR}/../../.. #-Wa,-a
 LD=ld
 LDFLAGS=-nostdlib -Ttext 0 -x -N -s -Bstatic
 MAN+=  mbr.8
-STRIP=
+INSTALL_STRIP=
 
 # Uncomment this to make mbr talk to a serial port.
 #CPPFLAGS+=-DSERIAL=0
index 8c6a70b..dcde93b 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.6 1997/04/22 16:13:43 gvf Exp $
+#      $OpenBSD: Makefile,v 1.7 1997/04/27 20:56:30 millert Exp $
 
 RELOC=0x3F0000
 SIZE?= size
@@ -32,7 +32,7 @@ netboot.bin: netboot
        dd ibs=32 skip=1 if=netboot of=$@
 
 install:
-       install ${COPY} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} \
+       ${INSTALL} ${INSTALL_COPY} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} \
          netboot.bin ${DESTDIR}${MDEC_DIR}/netboot
 
 .include <bsd.prog.mk>
index 48bf0b2..19b444f 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.5 1997/04/22 16:13:44 gvf Exp $
+#      $OpenBSD: Makefile,v 1.6 1997/04/27 20:56:30 millert Exp $
 
 S=     ${.CURDIR}/../../../..
 INCL?= -I${.CURDIR} -I${.CURDIR}/../libsa -I${S}/lib/libsa -I${S}
@@ -35,9 +35,9 @@ rboot: rboot.tmp srec
        dd ibs=32 skip=1 if=rboot.tmp | ${.OBJDIR}/srec 4 0x4000 rboot > rboot
 
 install:
-       install ${COPY} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} \
+       ${INSTALL} ${INSTALL_COPY} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} \
            sboot ${DESTDIR}${MDEC_DIR}/sboot
-       install ${COPY} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} \
+       ${INSTALL} ${INSTALL_COPY} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} \
            rboot ${DESTDIR}${MDEC_DIR}/rboot
 
 .include <bsd.prog.mk>
index 98ae2b4..9d9d9cf 100644 (file)
@@ -1,4 +1,4 @@
-#      $Id: Makefile,v 1.1.1.1 1997/03/03 19:30:39 rahnds Exp $
+#      $Id: Makefile,v 1.2 1997/04/27 20:56:32 millert Exp $
 
 RELOC=0x3F0000
 
@@ -25,7 +25,7 @@ netboot.bin: netboot
        dd ibs=32 skip=1 if=netboot of=$@
 
 install:
-       install ${COPY} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} \
+       ${INSTALL} ${INSTALL_COPY} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} \
          netboot.bin ${DESTDIR}${MDEC_DIR}/netboot
 
 .include <bsd.prog.mk>
index a020467..dd675f2 100644 (file)
@@ -1,4 +1,4 @@
-#      $Id: Makefile,v 1.1.1.1 1997/03/03 19:31:08 rahnds Exp $
+#      $Id: Makefile,v 1.2 1997/04/27 20:56:33 millert Exp $
 
 RELOC=0x3F0000
 
@@ -25,7 +25,7 @@ netboot.bin: netboot
        dd ibs=32 skip=1 if=netboot of=$@
 
 install:
-       install ${COPY} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} \
+       ${INSTALL} ${INSTALL_COPY} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} \
          netboot.bin ${DESTDIR}${MDEC_DIR}/netboot
 
 .include <bsd.prog.mk>
index d767f90..076deb2 100644 (file)
@@ -1,4 +1,4 @@
-#      $Id: Makefile,v 1.1.1.1 1997/03/03 19:31:10 rahnds Exp $
+#      $Id: Makefile,v 1.2 1997/04/27 20:56:34 millert Exp $
 
 S=     ${.CURDIR}/../../../..
 INCL?= -I${.CURDIR} -I${.CURDIR}/../libsa -I${S}/lib/libsa -I${S}
@@ -31,9 +31,9 @@ rboot: rboot.tmp srec
        dd ibs=32 skip=1 if=rboot.tmp | ${.OBJDIR}/srec 4 0x4000 rboot > rboot
 
 install:
-       install ${COPY} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} \
+       ${INSTALL} ${INSTALL_COPY} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} \
            sboot ${DESTDIR}${MDEC_DIR}/sboot
-       install ${COPY} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} \
+       ${INSTALL} ${INSTALL_COPY} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} \
            rboot ${DESTDIR}${MDEC_DIR}/rboot
 
 .include <bsd.prog.mk>
index bae4dbe..076deb2 100644 (file)
@@ -1,4 +1,4 @@
-#      $Id: Makefile,v 1.1.1.1 1997/03/03 19:30:41 rahnds Exp $
+#      $Id: Makefile,v 1.2 1997/04/27 20:56:34 millert Exp $
 
 S=     ${.CURDIR}/../../../..
 INCL?= -I${.CURDIR} -I${.CURDIR}/../libsa -I${S}/lib/libsa -I${S}
@@ -31,9 +31,9 @@ rboot: rboot.tmp srec
        dd ibs=32 skip=1 if=rboot.tmp | ${.OBJDIR}/srec 4 0x4000 rboot > rboot
 
 install:
-       install ${COPY} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} \
+       ${INSTALL} ${INSTALL_COPY} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} \
            sboot ${DESTDIR}${MDEC_DIR}/sboot
-       install ${COPY} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} \
+       ${INSTALL} ${INSTALL_COPY} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} \
            rboot ${DESTDIR}${MDEC_DIR}/rboot
 
 .include <bsd.prog.mk>
index d491302..2ad27f5 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.2 1997/04/01 21:01:48 rahnds Exp $
+#      $OpenBSD: Makefile,v 1.3 1997/04/27 20:56:35 millert Exp $
 #       $NetBSD: Makefile,v 1.1 1996/09/30 16:35:05 ws Exp $
 
 R=              ..
@@ -11,7 +11,7 @@ SRCS=           Locore.c boot.c ofdev.c net.c netif_of.c alloc.c
 #CFLAGS+=       -DDEBUG -DNETIF_DEBUG
 CFLAGS+=       -DEXEC_ELF
 NOMAN=
-STRIP=
+INSTALL_STRIP=
 MAKEELF=        makeelf
 BINDIR=         /usr/mdec
 OBJCOPY?=      objcopy
index 0200cdf..e8eb2c5 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.4 1997/04/01 21:01:45 rahnds Exp $
+#      $OpenBSD: Makefile,v 1.5 1997/04/27 20:56:36 millert Exp $
 #       $NetBSD: Makefile,v 1.1 1996/09/30 16:35:05 ws Exp $
 
 R=              ..
@@ -8,7 +8,7 @@ SRCS=           Locore.c boot.c ofdev.c net.c netif_of.c alloc.c
 #CFLAGS+=       -DDEBUG -DNETIF_DEBUG
 CFLAGS+=       -DEXEC_ELF
 NOMAN=
-STRIP=
+INSTALL_STRIP=
 MAKEELF=        makeelf
 BINDIR=         /usr/mdec
 #OBJS+=                note.o
index f4b8ae1..1303420 100644 (file)
@@ -4,7 +4,7 @@ R=      ..
 .PATH: ${.CURDIR}/${R}
 PROG=  boot
 SRCS=  srt0.S boot.c promdev.c dvma.c net.c netif_sun.c conf.c version.c
-STRIP=
+INSTALL_STRIP=
 NOMAN= 1
 BINDIR=        /usr/mdec
 LIBS!= cd ${.CURDIR}/${R}; ${MAKE} libdep
index 4320560..512405c 100644 (file)
@@ -6,7 +6,7 @@ PROG=   bootxx
 SRCS=  srt0.S bootxx.c promdev.c dvma.c
 KOBJS= __main.o bzero.o urem.o udiv.o
 NOMAN= 1
-STRIP=
+INSTALL_STRIP=
 BINDIR=        /usr/mdec
 CFLAGS= -DBOOTXX
 
index d6d6a9b..3028116 100644 (file)
@@ -43,7 +43,7 @@ clean:
 
 .if !target(install)
 install: ${SA_PROG}.bin
-       install ${COPY} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} \
+       ${INSTALL} ${INSTALL_COPY} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} \
          ${SA_PROG}.bin ${DESTDIR}${MDEC_DIR}/${SA_PROG}
 .endif
 
index c8e5606..44ef26b 100644 (file)
@@ -7,7 +7,7 @@ all:    ${SA_PROG}
 
 # Do not strip or remove a.out header for this one.
 install: ${SA_PROG}
-       install ${COPY} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} \
+       ${INSTALL} ${INSTALL_COPY} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} \
          ${SA_PROG} ${DESTDIR}${MDEC_DIR}/${SA_PROG}
 
 .include <bsd.prog.mk>
index c45bbe9..a5b7e4c 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.4 1996/12/08 14:32:16 downsj Exp $
+#      $OpenBSD: Makefile,v 1.5 1997/04/27 20:56:40 millert Exp $
 #      from: @(#)Makefile      8.1 (Berkeley) 6/6/93
 
 PROG=  calendar
@@ -6,12 +6,12 @@ SRCS=   calendar.c io.c day.c ostern.c paskha.c
 INTER= de_DE.ISO_8859-1 hr_HR.ISO_8859-2 ru_SU.KOI8-R
 
 beforeinstall:
-       ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 \
+       ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 \
            ${.CURDIR}/calendars/calendar.* ${DESTDIR}/usr/share/calendar
 .for lang in ${INTER}
        @test -d ${DESTDIR}/usr/share/calendar/${lang} || \
                mkdir ${DESTDIR}/usr/share/calendar/${lang}
-       ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 \
+       ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 \
                ${.CURDIR}/calendars/${lang}/calendar.* \
                ${DESTDIR}/usr/share/calendar/${lang}; 
 .endfor
index 25706b1..b242296 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.4 1997/02/10 12:33:49 mickey Exp $
+#      $OpenBSD: Makefile,v 1.5 1997/04/27 20:56:41 millert Exp $
 #      $NetBSD: Makefile,v 1.6 1995/03/26 09:44:29 glass Exp $
 
 PROG=  compress
@@ -9,7 +9,7 @@ MLINKS= compress.1 uncompress.1
 #MLINKS+=compress.1 zcat.1
 
 #afterinstall:
-#      ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
+#      ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
 #          ${.CURDIR}/zcat.sh ${DESTDIR}/usr/bin/zcat
 
 .include <bsd.prog.mk>
index 23f5369..e6099c5 100644 (file)
@@ -1,9 +1,9 @@
-#      $OpenBSD: Makefile,v 1.5 1996/12/08 14:32:21 downsj Exp $
+#      $OpenBSD: Makefile,v 1.6 1997/04/27 20:56:42 millert Exp $
 
 NOMAN=
 
 beforeinstall:
-       ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
+       ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
                ${.CURDIR}/cpp.sh ${DESTDIR}${BINDIR}/cpp
 
 .include <bsd.prog.mk>
index aa08c80..74ee728 100644 (file)
@@ -1,9 +1,9 @@
-#      $OpenBSD: Makefile,v 1.3 1996/12/08 14:32:23 downsj Exp $
+#      $OpenBSD: Makefile,v 1.4 1997/04/27 20:56:42 millert Exp $
 
 MAN=   false.1
 
 beforeinstall:
-       ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
+       ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
                ${.CURDIR}/false.sh ${DESTDIR}${BINDIR}/false
 
 .include <bsd.prog.mk>
index 705f597..66e47d0 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.6 1997/02/09 23:58:15 millert Exp $
+#      $OpenBSD: Makefile,v 1.7 1997/04/27 20:56:43 millert Exp $
 
 MAGIC=         /etc/magic
 MAGICOWN=      root
@@ -22,7 +22,7 @@ magic:                $(MAGFILES)
        cat $(MAGFILES) > $(.TARGET)
 
 afterinstall:
-       ${INSTALL} ${COPY} -o $(MAGICOWN) -g $(MAGICGRP) -m $(MAGICMODE) magic \
+       ${INSTALL} ${INSTALL_COPY} -o $(MAGICOWN) -g $(MAGICGRP) -m $(MAGICMODE) magic \
                $(DESTDIR)$(MAGIC)
 
 .include <bsd.prog.mk>
index 33cdfd6..60782f6 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.4 1996/12/08 14:32:25 downsj Exp $
+#      $OpenBSD: Makefile,v 1.5 1997/04/27 20:56:44 millert Exp $
 #      $NetBSD: Makefile,v 1.14 1995/04/19 07:24:08 cgd Exp $
 
 .if (${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "mips")
@@ -11,7 +11,7 @@ CFLAGS+= -D${MACHINE_ARCH}
 .endif
 
 beforeinstall:
-       ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 \
+       ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 \
            ${.CURDIR}/gprof.flat ${.CURDIR}/gprof.callg \
            ${DESTDIR}/usr/share/misc
 
index fb374a3..8c0f946 100644 (file)
@@ -1,12 +1,12 @@
-#      $OpenBSD: Makefile,v 1.3 1996/12/08 14:32:26 downsj Exp $
+#      $OpenBSD: Makefile,v 1.4 1997/04/27 20:56:45 millert Exp $
 
 PROG=  id
 MAN=   id.1 groups.1 whoami.1
 
 afterinstall:
-       ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
+       ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
            ${.CURDIR}/groups.sh ${DESTDIR}/usr/bin/groups
-       ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
+       ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
            ${.CURDIR}/whoami.sh ${DESTDIR}/usr/bin/whoami
 
 .include <bsd.prog.mk>
index b3f5f7a..7dcfad2 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile.bsd-wrapper,v 1.8 1997/01/23 02:24:22 niklas Exp $
+#      $OpenBSD: Makefile.bsd-wrapper,v 1.9 1997/04/27 20:56:46 millert Exp $
 
 #
 # less config
@@ -72,8 +72,8 @@ gnu_install:
        ${MAKE} ${WCC} ${WCFLAGS} ${WLDFLAGS} LIBS=${LIBS} \
                LESS_HLP=${LESS_HLP} bindir=${DESTDIR}${BINDIR} \
                datadir=${DESTDIR}${PREFIX}/share/misc \
-               INSTALL_PROGRAM="${INSTALL} ${COPY} ${STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE}" \
-               INSTALL_DATA="${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444" \
+               INSTALL_PROGRAM="${INSTALL} ${INSTALL_COPY} ${INSTALL_STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE}" \
+               INSTALL_DATA="${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444" \
                INSTALL_MAN= INSTALLDIRS= install
 
 clean cleandir:
index c767ac0..aa0f5c7 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.3 1996/12/08 14:32:27 downsj Exp $
+#      $OpenBSD: Makefile,v 1.4 1997/04/27 20:56:46 millert Exp $
 #
 # By default, flex will be configured to generate 8-bit scanners only if the
 # -8 flag is given.  If you want it to always generate 8-bit scanners, add
@@ -40,7 +40,7 @@ scan.c: scan.l
 scan.o: parse.c
 
 afterinstall:
-       ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 \
+       ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 \
                ${.CURDIR}/FlexLexer.h ${DESTDIR}/usr/include/g++
 
 .include <bsd.prog.mk>
index 3548b28..0add831 100644 (file)
@@ -1,7 +1,7 @@
-#      $OpenBSD: Makefile,v 1.8 1996/12/08 14:32:28 downsj Exp $
+#      $OpenBSD: Makefile,v 1.9 1997/04/27 20:56:47 millert Exp $
 #
 #      @(#)Makefile    8.1 (Berkeley) 6/6/93
-# $Id: Makefile,v 1.8 1996/12/08 14:32:28 downsj Exp $
+# $Id: Makefile,v 1.9 1997/04/27 20:56:47 millert Exp $
 
 PROG=  locate
 SRCS=  util.c locate.c
@@ -13,13 +13,13 @@ MLINKS+= locate.updatedb.8 updatedb.8
 
 beforeinstall:
        -@for i in ${SCRIPTS}; do \
-                       ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m \
+                       ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m \
                                ${BINMODE} ${.CURDIR}/$$i.sh \
                                ${DESTDIR}${LIBEXECDIR}/locate.$$i;\
        done
 
 # only /usr/src/etc/Makefile install files in /etc
-#      ${INSTALL} ${COPY} -o root -g wheel -m 644 \
+#      ${INSTALL} ${INSTALL_COPY} -o root -g wheel -m 644 \
 #              ${.CURDIR}/locate.rc ${DESTDIR}/etc
 
 .include "../../Makefile.inc"
index 05c38b6..ab958f6 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.5 1997/01/02 20:48:29 rahnds Exp $
+#      $OpenBSD: Makefile,v 1.6 1997/04/27 20:56:48 millert Exp $
 #      $NetBSD: Makefile,v 1.9 1995/12/18 07:59:12 jonathan Exp $
 
 MAN=   lorder.1
@@ -12,7 +12,7 @@ SCRIPT=       lorder.sh
 .endif
 
 realinstall:
-       ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
+       ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
            ${.CURDIR}/${SCRIPT} ${DESTDIR}${BINDIR}/lorder
 
 .include <bsd.prog.mk>
index b8c0bd5..28e7d78 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.5 1997/03/29 03:01:43 millert Exp $
+#      $OpenBSD: Makefile,v 1.6 1997/04/27 20:56:49 millert Exp $
 #      $NetBSD: Makefile,v 1.8 1996/06/08 19:48:09 christos Exp $
 
 PROG=  mail
@@ -11,9 +11,9 @@ LINKS=        ${BINDIR}/mail ${BINDIR}/Mail ${BINDIR}/mail ${BINDIR}/mailx
 MLINKS=        mail.1 Mail.1 mail.1 mailx.1
 
 beforeinstall:
-       cd ${.CURDIR}/misc; ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} \
+       cd ${.CURDIR}/misc; ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} \
            -m 444 ${SFILES} ${DESTDIR}/usr/share/misc
-       cd ${.CURDIR}/misc; ${INSTALL} ${COPY} -o root -g wheel \
+       cd ${.CURDIR}/misc; ${INSTALL} ${INSTALL_COPY} -o root -g wheel \
            -m 644 ${EFILES} ${DESTDIR}/etc
 
 .if make(install)
index b1424de..f321659 100644 (file)
@@ -1,10 +1,10 @@
-#      $OpenBSD: Makefile,v 1.3 1996/12/08 14:32:30 downsj Exp $
+#      $OpenBSD: Makefile,v 1.4 1997/04/27 20:56:50 millert Exp $
 #      $NetBSD: Makefile,v 1.6 1994/12/23 07:34:55 jtc Exp $
 
 MAN=   mkdep.1
 
 beforeinstall:
-       ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
+       ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
            ${.CURDIR}/mkdep.gcc.sh ${DESTDIR}/usr/bin/mkdep
 
 .include <bsd.prog.mk>
index 459b271..94e834f 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.6 1996/12/08 14:32:31 downsj Exp $
+#      $OpenBSD: Makefile,v 1.7 1997/04/27 20:56:51 millert Exp $
 #      @(#)Makefile    5.11 (Berkeley) 6/25/90
 
 PROG=  more
@@ -8,7 +8,7 @@ MLINKS= more.1 page.1
 LINKS= ${BINDIR}/more ${BINDIR}/page
 
 beforeinstall:
-       ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 \
+       ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 \
                ${.CURDIR}/more.help ${DESTDIR}/usr/share/misc/more.help
 
 .include <bsd.prog.mk>
index dca59a2..e82932c 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.5 1996/12/08 14:32:31 downsj Exp $
+#      $OpenBSD: Makefile,v 1.6 1997/04/27 20:56:51 millert Exp $
 
 PROG=  rdist
 CFLAGS+=-I${.CURDIR}
@@ -10,7 +10,7 @@ CLEANFILES=y.tab.h
 MAN=   oldrdist.1
 
 realinstall:
-       ${INSTALL} ${COPY} ${STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
-               ${PROG} ${DESTDIR}${BINDIR}/oldrdist
+       ${INSTALL} ${INSTALL_COPY} ${INSTALL_STRIP} -o ${BINOWN} -g ${BINGRP} \
+           -m ${BINMODE} ${PROG} ${DESTDIR}${BINDIR}/oldrdist
 
 .include <bsd.prog.mk>
index 14fe383..92771b5 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.3 1996/12/08 14:32:32 downsj Exp $
+#      $OpenBSD: Makefile,v 1.4 1997/04/27 20:56:52 millert Exp $
 #      $NetBSD: Makefile,v 1.6 1995/09/05 01:11:10 cgd Exp $
 
 MAN=   pagesize.1
@@ -6,7 +6,7 @@ MAN=    pagesize.1
 SCRIPT=        pagesize.sh
 
 realinstall:
-       ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
+       ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
            ${.CURDIR}/${SCRIPT} ${DESTDIR}${BINDIR}/pagesize
 
 .include <bsd.prog.mk>
index b965e98..1a8026a 100644 (file)
@@ -1,10 +1,10 @@
-#      $OpenBSD: Makefile,v 1.3 1996/12/08 14:32:33 downsj Exp $
+#      $OpenBSD: Makefile,v 1.4 1997/04/27 20:56:53 millert Exp $
 #      $NetBSD: Makefile,v 1.6 1994/12/22 12:30:52 cgd Exp $
 
 MAN=   shar.1
 
 beforeinstall:
-       ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
+       ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
            ${.CURDIR}/shar.sh ${DESTDIR}/usr/bin/shar
 
 .include <bsd.prog.mk>
index 5111ca7..d7dbf37 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.8 1996/12/08 14:32:34 downsj Exp $
+# $OpenBSD: Makefile,v 1.9 1997/04/27 20:56:54 millert Exp $
 
 PROG=  skey
 MAN=   skey.1 skeyinfo.1 skeyaudit.1 skeyprune.8
@@ -12,11 +12,11 @@ DPADD=      ${LIBSKEY}
 LDADD= -lskey
 
 beforeinstall:
-       ${INSTALL} ${COPY} -m 755 ${.CURDIR}/skeyaudit.sh \
+       ${INSTALL} ${INSTALL_COPY} -m 755 ${.CURDIR}/skeyaudit.sh \
                ${DESTDIR}${BINDIR}/skeyaudit
-       ${INSTALL} ${COPY} -m 755 ${.CURDIR}/skeyinfo.sh \
+       ${INSTALL} ${INSTALL_COPY} -m 755 ${.CURDIR}/skeyinfo.sh \
                ${DESTDIR}${BINDIR}/skeyinfo
-       ${INSTALL} ${COPY} -m 755 ${.CURDIR}/skeyprune.pl \
+       ${INSTALL} ${INSTALL_COPY} -m 755 ${.CURDIR}/skeyprune.pl \
                ${DESTDIR}${BINDIR}/skeyprune
 
 .include <bsd.prog.mk>
index cea2c11..3cba7c0 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.5 1997/02/13 00:12:07 deraadt Exp $
+#      $OpenBSD: Makefile,v 1.6 1997/04/27 20:56:54 millert Exp $
 
 PROG=  strip
 .if ${HOSTCC} != ${CC}
@@ -13,10 +13,10 @@ STRIP=./strip
 .endif
 
 realinstall:
-       ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 600 strip \
+       ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 600 strip \
            ${DESTDIR}${BINDIR}
        ${STRIP} ${DESTDIR}${BINDIR}/strip
        chmod ${BINMODE} ${DESTDIR}${BINDIR}/strip
-       -if [ "${COPY}" = "" ]; then rm -f ${STRIP}; fi
+       -if [ "${INSTALL_COPY}" = "" ]; then rm -f ${STRIP}; fi
 
 .include <bsd.prog.mk>
index ace0696..962df73 100644 (file)
@@ -1,9 +1,9 @@
-#      $OpenBSD: Makefile,v 1.3 1996/12/08 14:32:36 downsj Exp $
+#      $OpenBSD: Makefile,v 1.4 1997/04/27 20:56:55 millert Exp $
 
 MAN=   true.1
 
 beforeinstall:
-       ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
+       ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
                ${.CURDIR}/true.sh ${DESTDIR}${BINDIR}/true
 
 .include <bsd.prog.mk>
index ef47fa7..a98e44a 100644 (file)
@@ -1,9 +1,9 @@
-#      $OpenBSD: Makefile,v 1.3 1996/12/08 14:32:37 downsj Exp $
+#      $OpenBSD: Makefile,v 1.4 1997/04/27 20:56:56 millert Exp $
 
 PROG=  units
 
 beforeinstall:
-       ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 \
+       ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 \
            ${.CURDIR}/units.lib ${DESTDIR}/usr/share/misc
 
 .include <bsd.prog.mk>
index ff8460d..2af2aa6 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.3 1996/12/08 14:32:37 downsj Exp $
+#      $OpenBSD: Makefile,v 1.4 1997/04/27 20:56:57 millert Exp $
 #      $NetBSD: Makefile,v 1.5 1994/12/23 21:11:56 pk Exp $
 
 PROG=  vfontedpr
@@ -13,13 +13,13 @@ vgrindefs.src.db: vgrindefs.src
        cap_mkdb -f vgrindefs.src ${.CURDIR}/vgrindefs.src
 
 beforeinstall:
-       ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
+       ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
            ${.CURDIR}/vgrind.sh ${DESTDIR}/usr/bin/vgrind
-       ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 \
+       ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 \
            ${.CURDIR}/vgrindefs.src ${DESTDIR}/usr/share/misc/vgrindefs
-       ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 \
+       ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 \
            vgrindefs.src.db ${DESTDIR}/usr/share/misc/vgrindefs.db
-       ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 \
+       ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 \
            ${.CURDIR}/tmac.vgrind ${DESTDIR}/usr/share/tmac
 
 .include <bsd.prog.mk>
index 4642e0f..309e613 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.7 1997/01/31 18:11:01 kstailey Exp $
+#      $OpenBSD: Makefile,v 1.8 1997/04/27 20:56:58 millert Exp $
 
 .PATH: ${.CURDIR}/doc
 
@@ -50,7 +50,7 @@ afterinstall:
        ${INSTALL} -d -m 555 -o ${BINOWN} -g ${BINGRP} ${DESTDIR}/usr/share/vim
        cd ${.CURDIR}/doc; for i in ${DOCS}; do \
                cmp -s $$i ${DESTDIR}/usr/share/vim/$$i || \
-               ${INSTALL} ${COPY} -m 444 -o ${BINOWN} -g ${BINGRP} $$i \
+               ${INSTALL} ${INSTALL_COPY} -m 444 -o ${BINOWN} -g ${BINGRP} $$i \
                ${DESTDIR}/usr/share/vim; done
 
 .include <bsd.prog.mk>
index 9d5159f..47f5baf 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.3 1996/12/08 14:32:40 downsj Exp $
+#      $OpenBSD: Makefile,v 1.4 1997/04/27 20:56:59 millert Exp $
 #      $NetBSD: Makefile,v 1.7 1994/12/22 12:31:39 cgd Exp $
 
 PROG=  xinstall
@@ -7,7 +7,7 @@ MAN=    install.1
 .PATH: ${.CURDIR}/../../bin/ls
 
 realinstall:
-       ${INSTALL} ${COPY} ${STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
-           ${PROG} ${DESTDIR}${BINDIR}/install
+       ${INSTALL} ${INSTALL_COPY} ${INSTALL_STRIP} -o ${BINOWN} -g ${BINGRP} \
+           -m ${BINMODE} ${PROG} ${DESTDIR}${BINDIR}/install
 
 .include <bsd.prog.mk>
index 445a57f..59f1b43 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.3 1996/12/08 14:32:40 downsj Exp $
+#      $OpenBSD: Makefile,v 1.4 1997/04/27 20:56:59 millert Exp $
 #      $NetBSD: Makefile,v 1.2 1995/07/03 21:25:05 cgd Exp $
 
 LIBS=  llib-lposix.ln llib-lstdc.ln
@@ -6,7 +6,7 @@ LIBS=   llib-lposix.ln llib-lstdc.ln
 all:   ${LIBS}
 
 install:
-       ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${NONBINMODE} \
+       ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m ${NONBINMODE} \
            ${LIBS} ${DESTDIR}${LINTLIBDIR}
 
 clean cleanall:
index 7e6cfff..47e53bd 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.3 1996/12/08 14:32:41 downsj Exp $
+#      $OpenBSD: Makefile,v 1.4 1997/04/27 20:57:00 millert Exp $
 #      $NetBSD: Makefile,v 1.2 1995/07/03 21:25:14 cgd Exp $
 
 .PATH: ${.CURDIR}/../lint1
@@ -10,8 +10,8 @@ MAN=  lint.1
 CFLAGS+=-I${.CURDIR}/../lint1
 
 realinstall:
-       ${INSTALL} ${COPY} ${STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
-           ${PROG} ${DESTDIR}${BINDIR}/lint
+       ${INSTALL} ${INSTALL_COPY} ${INSTALL_STRIP} -o ${BINOWN} -g ${BINGRP} \
+           -m ${BINMODE} ${PROG} ${DESTDIR}${BINDIR}/lint
 
 
 .include "${.CURDIR}/../../Makefile.inc"
index efe5286..618d1c9 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.3 1996/12/08 14:59:56 downsj Exp $
+#      $OpenBSD: Makefile,v 1.4 1997/04/27 20:57:01 millert Exp $
 #      $From: Makefile,v 1.9 1996/11/17 03:51:26 wosch Exp $
 
 SCRIPTS= adduser.perl rmuser.perl rmgroup.sh
@@ -6,7 +6,7 @@ MAN=     adduser.8 adduser_proc.8 rmuser.8 rmgroup.8
 
 beforeinstall:
 .for script in ${SCRIPTS}
-       ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
+       ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
            ${.CURDIR}/${script} ${DESTDIR}${BINDIR}/${script:R}
 .endfor
 
index 3e74b8b..2b02af6 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.5 1996/12/08 14:59:59 downsj Exp $
+#      $OpenBSD: Makefile,v 1.6 1997/04/27 20:57:02 millert Exp $
 #      $NetBSD: Makefile,v 1.1 1996/02/02 15:29:48 mrg Exp $
 # from: $Id: Makefile,v 8.1 1994/12/15 06:23:47 vixie Exp 
 
@@ -9,7 +9,7 @@ CLEANFILES+= ndc
 MAN=   ndc.8
 
 realinstall: ndc
-       ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
+       ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
            ndc ${DESTDIR}${BINDIR}/ndc
 
 ndc: ndc.sh Makefile ${.CURDIR}/../Makefile.inc
index caa4065..3ab1f83 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.3 1997/03/12 10:42:45 downsj Exp $
+#      $OpenBSD: Makefile,v 1.4 1997/04/27 20:57:03 millert Exp $
 #      $NetBSD: Makefile,v 1.1 1996/02/02 15:29:56 mrg Exp $
 # from: $Id: Makefile,v 8.1 1994/12/15 06:23:48 vixie Exp 
 
@@ -14,7 +14,7 @@ CLEANFILES+=  commands.c lex.yy.c lex.yy.o
 MAN=   nslookup.8
 
 beforeinstall:
-       ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 \
+       ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 \
                ${.CURDIR}/../nslookup/nslookup.help \
                ${DESTDIR}/usr/share/misc/nslookup.help
 
index 9a58922..e5abf92 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.5 1996/12/08 15:00:02 downsj Exp $
+#      $OpenBSD: Makefile,v 1.6 1997/04/27 20:57:04 millert Exp $
 #      $NetBSD: Makefile,v 1.1 1996/02/02 15:30:32 mrg Exp $
 # from: $Id: Makefile,v 8.1 1994/12/15 06:23:46 vixie Exp 
 
@@ -9,7 +9,7 @@ CLEANFILES+= named.reload
 MAN=   named.reload.8
 
 realinstall: named.reload
-       ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
+       ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
            named.reload ${DESTDIR}${BINDIR}/named.reload
 
 named.reload:  named.reload.sh Makefile ${.CURDIR}/../Makefile.inc
index d09d892..923e907 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.5 1996/12/08 15:00:03 downsj Exp $
+#      $OpenBSD: Makefile,v 1.6 1997/04/27 20:57:05 millert Exp $
 #      $NetBSD: Makefile,v 1.1 1996/02/02 15:30:35 mrg Exp $
 # from: $Id: Makefile,v 8.1 1994/12/15 06:23:47 vixie Exp 
 
@@ -9,7 +9,7 @@ CLEANFILES+= named.restart
 MAN=   named.restart.8
 
 realinstall: named.restart
-       ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
+       ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
            named.restart ${DESTDIR}${BINDIR}/named.restart
 
 named.restart: named.restart.sh Makefile ${.CURDIR}/../Makefile.inc
index d0eebeb..36741a8 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.9 1997/04/20 07:28:59 tholo Exp $
+#      $OpenBSD: Makefile,v 1.10 1997/04/27 20:57:06 millert Exp $
 #      @(#)Makefile    8.19 (Berkeley) 1/14/97
 
 #
@@ -35,7 +35,7 @@ clean cleandir:
 depend install: 
 
 distribution:
-       ${INSTALL} ${COPY} -o root -g wheel -m 444 openbsd-proto.cf \
+       ${INSTALL} ${INSTALL_COPY} -o root -g wheel -m 444 openbsd-proto.cf \
            ${DESTDIR}/etc/sendmail.cf
 
 # this is overkill, but....
index 8bd8558..ef6ede5 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.12 1997/04/21 03:39:19 millert Exp $
+#      $OpenBSD: Makefile,v 1.13 1997/04/27 20:57:06 millert Exp $
 #
 #  OpenBSD Makefile
 #
@@ -37,11 +37,11 @@ BINGRP=     bin
 BINMODE=4555
 
 beforeinstall:
-#      ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 644 /dev/null \
+#      ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 644 /dev/null \
 #          ${DESTDIR}/etc/sendmail.fc
-       ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 644 /dev/null \
+       ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 644 /dev/null \
            ${DESTDIR}/var/log/sendmail.st
-       ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 \
+       ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 \
            ${.CURDIR}/sendmail.hf ${DESTDIR}/usr/share/misc
 
 .include "../../Makefile.inc"
index e3a2bb6..659a235 100644 (file)
@@ -1,5 +1,5 @@
 #      from: @(#)Makefile      5.1 (Berkeley) 5/11/90
-#      $Id: Makefile,v 1.2 1996/12/08 22:31:39 tholo Exp $
+#      $Id: Makefile,v 1.3 1997/04/27 20:57:07 millert Exp $
 
 PROG=  sliplogin
 MAN=   sliplogin.8
@@ -13,7 +13,7 @@ afterinstall:
        @echo installing ${FILES}
        @-for i in ${FILES}; do \
                if [ ! -f ${DESTDIR}/etc/sliphome/$$i ]; then \
-                       ${INSTALL} ${COPY} -o root -g wheel ${.CURDIR}/$$i \
+                       ${INSTALL} ${INSTALL_COPY} -o root -g wheel ${.CURDIR}/$$i \
                                ${DESTDIR}/etc/sliphome/$$i; \
                fi; \
        done
index 3cc4469..81eb800 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.12 1997/04/24 18:30:30 deraadt Exp $
+#      $OpenBSD: Makefile,v 1.13 1997/04/27 20:57:08 millert Exp $
 
 MAN=   ypinit.8
 
@@ -7,19 +7,19 @@ SHFILES= ypinit.sh
 
 install:
 .for script in ${SHFILES}
-       ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
+       ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
            ${.CURDIR}/${script} ${DESTDIR}${BINDIR}/${script:R}
 .endfor
 .for script in ${DISTFILES}
-       ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${NONBINMODE} \
+       ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m ${NONBINMODE} \
            ${.CURDIR}/${script} ${DESTDIR}/var/yp/${script}.dist
 .endfor
-       ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 \
+       ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 \
            ${.CURDIR}/README ${DESTDIR}/var/yp/README
 
 distribution:
 .for script in ${DISTFILES}
-       ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${NONBINMODE} \
+       ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m ${NONBINMODE} \
            ${.CURDIR}/${script} ${DESTDIR}/var/yp/${script}
 .endfor