summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2004-09-02 21:37:50 +0000
committerrwatson <rwatson@FreeBSD.org>2004-09-02 21:37:50 +0000
commitb9685c935da810e6d6c5e5b5ff963e870a1a50ba (patch)
tree484bb0fd64ec15c44204a03b58f48bf8cea23436 /tools
parentf282cbeb99110fabdf359256bd86f94128c49442 (diff)
downloadFreeBSD-src-b9685c935da810e6d6c5e5b5ff963e870a1a50ba.zip
FreeBSD-src-b9685c935da810e6d6c5e5b5ff963e870a1a50ba.tar.gz
Don't override the rule used to build a binary by providing our own
compiler line.
Diffstat (limited to 'tools')
-rw-r--r--tools/regression/sockets/kqueue/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/regression/sockets/kqueue/Makefile b/tools/regression/sockets/kqueue/Makefile
index 5a2d6b0..11fcd78 100644
--- a/tools/regression/sockets/kqueue/Makefile
+++ b/tools/regression/sockets/kqueue/Makefile
@@ -6,6 +6,5 @@ PROG= kqueue
NOMAN= yes
kqueue: kqueue.c
- gcc -Wall -o kqueue kqueue.c
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud