diff options
author | 2000-04-26 06:21:07 +0000 | |
---|---|---|
committer | 2000-04-26 06:21:07 +0000 | |
commit | 421bb4ee5c110763bfa7e40efa4ccf3c4fef76cf (patch) | |
tree | c7b1c85a9ba6e28169373593e5ac638c56979b3b | |
parent | new header files from netbsd -- also a spinlock.h (diff) | |
download | wireguard-openbsd-421bb4ee5c110763bfa7e40efa4ccf3c4fef76cf.tar.xz wireguard-openbsd-421bb4ee5c110763bfa7e40efa4ccf3c4fef76cf.zip |
enable user
-rw-r--r-- | usr.sbin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index 1847a28e8b8..74a2d0f4de8 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.62 2000/04/06 18:26:02 millert Exp $ +# $OpenBSD: Makefile,v 1.63 2000/04/26 06:21:07 jakob Exp $ # not yet done: catman @@ -14,7 +14,7 @@ SUBDIR= ac accton adduser amd arp bootpd bootpgw bootpef bootptest \ rpc.bootparamd rpc.lockd rpc.pcnfsd rwhod \ sa sesd sliplogin slstats spray \ syslogd tcpdump timed traceroute trpt trsp \ - usbdevs vipw vnconfig zdump zic + usbdevs user vipw vnconfig zdump zic # IPv6 SUBDIR+=faithd ifmcstat ndp rip6query route6d rtadvd rtsold traceroute6 |