Add ${CFLAGS} and ${LDFLAGS} to the setup command line.
This commit is contained in:
parent
472ac7f0bd
commit
0df30f9f9f
@ -11,6 +11,6 @@ data.c: glorkz setup
|
||||
./setup ${.CURDIR}/glorkz > data.c
|
||||
|
||||
setup: setup.c hdr.h ${LIBCRT0} ${LIBC}
|
||||
${CC} -o setup ${.CURDIR}/setup.c
|
||||
${CC} ${CFLAGS} ${LDFLAGS} -o setup ${.CURDIR}/setup.c
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user