Remove explicit rule for setup. This effectively deletes revisions 1.2

and 1.3 as well.
This commit is contained in:
Satoshi Asami 1997-05-13 07:26:19 +00:00
parent 23467b945d
commit 359dfc6cd4

View file

@ -10,7 +10,4 @@ CLEANFILES+=setup data.c
data.c: glorkz setup
./setup ${.CURDIR}/glorkz > data.c
setup: setup.c hdr.h ${LIBCRT0} ${LIBC}
${CC} ${CFLAGS} ${LDFLAGS} -o setup ${.CURDIR}/setup.c
.include <bsd.prog.mk>