diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2013-07-05 21:38:38 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2013-07-05 21:38:38 +0000 |
commit | b39decbf5548db2d8f5fc93dc4cf439e038b5bc4 (patch) | |
tree | 177158d93869620a9b7ae72c88990aaadcc3833b /usr.bin/Makefile | |
parent | 81ebfa9f5373ef00e2733cde3c5b5ce4a90f5c50 (diff) |
Remove usr.bin/strip and usr.bin/strings, no longer built.
Diffstat (limited to 'usr.bin/Makefile')
-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 5a680a2fe33..05104174eb1 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.132 2013/07/05 21:37:19 miod Exp $ +# $OpenBSD: Makefile,v 1.133 2013/07/05 21:38:35 miod Exp $ .include <bsd.own.mk> @@ -22,7 +22,7 @@ SUBDIR= apply apropos arch asa at aucat audioctl awk banner \ readlink renice rev rpcgen rpcinfo rs rsh rup ruptime rusers rwall \ rwho sdiff script sed sendbug shar showmount skey \ skeyaudit skeyinfo skeyinit sndiod \ - sort spell split sqlite3 ssh stat strip strings su systat \ + sort spell split sqlite3 ssh stat su systat \ sudo tail talk tcopy tcpbench tee telnet tftp tic tip time \ tmux top touch tput tr true tset tsort tty usbhidaction usbhidctl \ ul uname unexpand unifdef uniq units \ |