mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Unbreak for the case where ``make obj'' was run first.
This commit is contained in:
parent
e467e8a4ee
commit
b0c6f4cf7a
1 changed files with 1 additions and 0 deletions
|
|
@ -3,6 +3,7 @@
|
|||
PROG= getconf
|
||||
|
||||
SRCS= confstr.c getconf.c pathconf.c sysconf.c
|
||||
CFLAGS+= -I${.CURDIR}
|
||||
CLEANFILES+= confstr.c pathconf.c sysconf.c
|
||||
|
||||
.SUFFIXES: .gperf
|
||||
|
|
|
|||
Loading…
Reference in a new issue