mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Don't build profiled libraries. (NOPROFILE= yes. I don't like the negative
logic or lack of checking of truth values. There are too many ways to spell "yes". Some Makefiles spell it as "no".)
This commit is contained in:
parent
e04520cef3
commit
2fdcac7375
1 changed files with 2 additions and 0 deletions
|
|
@ -7,6 +7,8 @@ SRCS = argmatch.c error.c getopt.c sighandle.c strippath.c stripslash.c yesno.c
|
|||
|
||||
CLEANFILES+= getdate.c y.tab.h
|
||||
|
||||
NOPROFILE= yes
|
||||
|
||||
install:
|
||||
@echo -n
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue