diff options
author | 1997-07-23 04:15:00 +0000 | |
---|---|---|
committer | 1997-07-23 04:15:00 +0000 | |
commit | d0b45db945ea9e682b2c504b27b8d55140dfd657 (patch) | |
tree | 217122bf9c81f9a14db5f2a72d6e172ecd0251a9 | |
parent | exit() not return() (diff) | |
download | wireguard-openbsd-d0b45db945ea9e682b2c504b27b8d55140dfd657.tar.xz wireguard-openbsd-d0b45db945ea9e682b2c504b27b8d55140dfd657.zip |
Add skeyinfo and skeyaudit.
-rw-r--r-- | usr.bin/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile index 6ae0396bcb3..fc5332d5e1e 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.43 1997/06/12 16:41:04 kstailey Exp $ +# $OpenBSD: Makefile,v 1.44 1997/07/23 04:15:00 millert Exp $ # $NetBSD: Makefile,v 1.62 1996/03/10 05:45:43 thorpej Exp $ # from: @(#)Makefile 5.8.1.1 (Berkeley) 5/8/91 @@ -17,8 +17,8 @@ SUBDIR= apply apropos arch asa at aucat awk banner basename bdes biff cal \ nfsstat nice nohup oldrdist pagesize passwd paste patch pr printenv \ printf quota rdist rdistd readlink renice rev rlogin rpcgen rpcinfo rs \ rsh rup ruptime rusers rwall rwho \ - script sed shar showmount skey skeyinit soelim sort split \ - su sup systat tail talk tcopy tee telnet tftp time \ + script sed shar showmount skey skeyaudit skeyinfo skeyinit soelim sort \ + split su sup systat tail talk tcopy tee telnet tftp time \ tip tn3270 touch tput tr true tset tsort tty ul uname unexpand \ unifdef uniq units unvis users uudecode uuencode \ vacation vgrind vi vim vis vmstat w wall wc what whatis \ |