diff options
author | 2007-03-23 02:17:52 +0000 | |
---|---|---|
committer | 2007-03-23 02:17:52 +0000 | |
commit | 409aa09ae7e46e70601e3708e4e54a3fab13eb0c (patch) | |
tree | fca6c27e4233e7aa8ead050d17376d18048ce5b5 | |
parent | some minor KNF, including sentinals; ok ray (diff) | |
download | wireguard-openbsd-409aa09ae7e46e70601e3708e4e54a3fab13eb0c.tar.xz wireguard-openbsd-409aa09ae7e46e70601e3708e4e54a3fab13eb0c.zip |
Enable our sendbug(1), prodded by deraadt@.
-rw-r--r-- | gnu/usr.bin/Makefile | 4 | ||||
-rw-r--r-- | usr.bin/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile index f4e855966cc..bc31600029d 100644 --- a/gnu/usr.bin/Makefile +++ b/gnu/usr.bin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.44 2006/04/10 16:41:10 joris Exp $ +# $OpenBSD: Makefile,v 1.45 2007/03/23 02:17:52 ray Exp $ # $NetBSD: Makefile,v 1.35 1996/04/03 21:20:52 chuck Exp $ .include <bsd.own.mk> @@ -14,7 +14,7 @@ SUBDIR+= ../egcs/gcc . endif .endif -SUBDIR+= cxxfilt cvs groff lynx sendbug binutils +SUBDIR+= cxxfilt cvs groff lynx binutils # most ports use binutils gas and ld, some do not (yet). .if ${ELF_TOOLCHAIN:L} == "no" diff --git a/usr.bin/Makefile b/usr.bin/Makefile index 77019b7a8e6..bcf5c8b888c 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.103 2006/12/12 16:37:32 reyk Exp $ +# $OpenBSD: Makefile,v 1.104 2007/03/23 02:17:52 ray Exp $ .include <bsd.own.mk> @@ -18,7 +18,7 @@ SUBDIR= apply apropos ar arch asa asn1_compile at aucat audioctl awk banner \ pkg-config pkill \ pmdb pr printenv printf quota radioctl ranlib rcs rdist rdistd \ readlink renice rev rpcgen rpcinfo rs rsh rup ruptime rusers rwall \ - rwho sdiff script sectok sed shar showmount skey \ + rwho sdiff script sectok sed sendbug shar showmount skey \ skeyaudit skeyinfo skeyinit sort spell split ssh stat su sup systat \ sudo tail talk tcopy tee telnet tftp tic time tip tn3270 top touch \ tput tr true tset tsort tty usbhidaction usbhidctl ul uname \ |