mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Remove explicit rule for setup. This effectively deletes revisions 1.2
and 1.3 as well.
This commit is contained in:
parent
23467b945d
commit
359dfc6cd4
1 changed files with 0 additions and 3 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue