diff options
author | Damien Miller <djm@cvs.openbsd.org> | 2010-10-17 08:40:36 +0000 |
---|---|---|
committer | Damien Miller <djm@cvs.openbsd.org> | 2010-10-17 08:40:36 +0000 |
commit | 82cd3476882e6ddd3a00618bd8d73c71acce7477 (patch) | |
tree | 545579acbf46ac83f811488f57946e8c059f8cb7 | |
parent | e0a3532216a8a9547ceae91175a4e3ddb662dc4e (diff) |
unlink sectok(1) from the build; ok markus@ deraadt@
-rw-r--r-- | usr.bin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile index b74bcf9f876..172777c8e0b 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.116 2010/09/23 18:58:41 pirofti Exp $ +# $OpenBSD: Makefile,v 1.117 2010/10/17 08:40:35 djm Exp $ .include <bsd.own.mk> @@ -19,7 +19,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 sendbug shar showmount skey \ + rwho sdiff script sed sendbug shar showmount skey \ skeyaudit skeyinfo skeyinit sort spell split ssh stat su systat \ sudo tail talk tcopy tcpbench tee telnet tftp tic time tip \ tmux top touch tput tr true tset tsort tty usbhidaction usbhidctl \ |