mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Don't override the rule used to build a binary by providing our own
compiler line.
This commit is contained in:
parent
d40c3f2ce4
commit
27b37d5cf2
1 changed files with 0 additions and 1 deletions
|
|
@ -6,6 +6,5 @@ PROG= kqueue
|
|||
NOMAN= yes
|
||||
|
||||
kqueue: kqueue.c
|
||||
gcc -Wall -o kqueue kqueue.c
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue