diff options
| author | cgd <cgd@NetBSD.org> | 1993-05-26 12:38:14 +0000 |
|---|---|---|
| committer | cgd <cgd@NetBSD.org> | 1993-05-26 12:38:14 +0000 |
| commit | 4a8a1d2d4c34db207c9f261d2f8d08b73de81a37 (patch) | |
| tree | e4748c69cbb31dbcde4ba2f5472ce8dfcadd92b2 /gnu | |
| parent | 2bcab29ec074f7eefe419ed998b5e81c5c8fc3c7 (diff) | |
build random programs at "make all" time
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/gzip-1.0.7/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/usr.bin/gzip-1.0.7/Makefile b/gnu/usr.bin/gzip-1.0.7/Makefile index 6c3906fff13..6cf8330f4ab 100644 --- a/gnu/usr.bin/gzip-1.0.7/Makefile +++ b/gnu/usr.bin/gzip-1.0.7/Makefile @@ -1,4 +1,4 @@ -# $Header: /cvsroot/src/gnu/usr.bin/gzip-1.0.7/Attic/Makefile,v 1.3 1993/04/10 16:16:18 cgd Exp $ +# $Header: /cvsroot/src/gnu/usr.bin/gzip-1.0.7/Attic/Makefile,v 1.4 1993/05/26 12:38:14 cgd Exp $ PROG= gzip CFLAGS+=-DASMV -DHAVE_UNISTD_H=1 -DDIRENT=1 @@ -11,10 +11,12 @@ MAN1= gzexe.0 gzip.0 zdiff.0 zforce.0 zmore.0 znew.0 LINKS+= ${DESTDIR}${BINDIR}/gzip ${DESTDIR}${BINDIR}/gunzip LINKS+= ${DESTDIR}${BINDIR}/gzip ${DESTDIR}${BINDIR}/gzcat +all: gzip ${RANDOMPROGS} + _match.s: ${.CURDIR}/match.S ${CPP} ${.CURDIR}/match.S > $@ -afterinstall: ${RANDOMPROGS} +afterinstall: install ${COPY} -o root -g wheel -m 555 ${RANDOMPROGS} \ ${DESTDIR}${BINDIR} |
