Made `setup' depend on libraries.

This commit is contained in:
Bruce Evans 1996-12-13 14:19:00 +00:00
parent 5ce1f070f9
commit fc15f74a8b

View File

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