aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2004-09-02 21:37:50 +0000
committerRobert Watson <rwatson@FreeBSD.org>2004-09-02 21:37:50 +0000
commit27b37d5cf2fa3900433b29fd8e4953f3d8e1e39e (patch)
tree484bb0fd64ec15c44204a03b58f48bf8cea23436 /tools
parentd40c3f2ce4098706ed2d7a4bfaeff2a44c14be77 (diff)
Notes
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 5a2d6b0fbf71a..11fcd789e086d 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>