summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2015-11-17 15:41:09 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2015-11-17 15:41:09 +0000
commit250f5eba07c298043ec81f51d1795b5a04378d02 (patch)
tree08a71eac49ccf125bbbf7112acc19a67c4dd761a /usr.bin
parent380ea96bf86c21e7fbde0ae766d845af19de6b9f (diff)
Normalize Makefile format, and remove bad advice #BINMODE=2555
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/tcpbench/Makefile15
1 files changed, 5 insertions, 10 deletions
diff --git a/usr.bin/tcpbench/Makefile b/usr.bin/tcpbench/Makefile
index 03215b3e134..9b195deac9f 100644
--- a/usr.bin/tcpbench/Makefile
+++ b/usr.bin/tcpbench/Makefile
@@ -1,13 +1,8 @@
-MAN= tcpbench.1
-
-#DEBUG=-g
-
-PROG=tcpbench
+# $OpenBSD: Makefile,v 1.7 2015/11/17 15:41:08 deraadt Exp $
-LDADD=-lkvm -levent
-DPADD=${LIBKVM} ${LIBEVENT}
-
-#BINGRP= kmem
-#BINMODE=2555
+PROG= tcpbench
+MAN= tcpbench.1
+LDADD= -lkvm -levent
+DPADD= ${LIBKVM} ${LIBEVENT}
.include <bsd.prog.mk>