Don't override the rule used to build a binary by providing our own

compiler line.
This commit is contained in:
Robert Watson 2004-09-02 21:37:50 +00:00
parent d40c3f2ce4
commit 27b37d5cf2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=134661

View File

@ -6,6 +6,5 @@ PROG= kqueue
NOMAN= yes
kqueue: kqueue.c
gcc -Wall -o kqueue kqueue.c
.include <bsd.prog.mk>