Made `setup' depend on libraries.
This commit is contained in:
parent
5ce1f070f9
commit
fc15f74a8b
@ -10,7 +10,7 @@ CLEANFILES+=setup data.c
|
|||||||
data.c: glorkz setup
|
data.c: glorkz setup
|
||||||
./setup ${.CURDIR}/glorkz > data.c
|
./setup ${.CURDIR}/glorkz > data.c
|
||||||
|
|
||||||
setup: setup.c hdr.h
|
setup: setup.c hdr.h ${LIBCRT0} ${LIBC}
|
||||||
${CC} -o setup ${.CURDIR}/setup.c
|
${CC} -o setup ${.CURDIR}/setup.c
|
||||||
|
|
||||||
.include <bsd.prog.mk>
|
.include <bsd.prog.mk>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user