mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Made `setup' depend on libraries.
This commit is contained in:
parent
5ce1f070f9
commit
fc15f74a8b
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue