diff options
author | Alexander von Gernler <grunk@cvs.openbsd.org> | 2007-05-26 21:39:47 +0000 |
---|---|---|
committer | Alexander von Gernler <grunk@cvs.openbsd.org> | 2007-05-26 21:39:47 +0000 |
commit | 9f65466b6f504723ac103132c13c720f68a407e4 (patch) | |
tree | 9ac2fb15b0656179bd3605842ed67e8b397cfee9 /usr.sbin/Makefile | |
parent | afb4101e1eb4bee57c262077106449b8c41436f9 (diff) |
link mount_vnd to the build, and remove usr.sbin/vnconfig, which is now
completely contained at the new place. provide a legacy link to /usr/sbin
to go away after next release.
ok deraadt@
Diffstat (limited to 'usr.sbin/Makefile')
-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 eb01ae8500e..9a80b386a94 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.134 2007/05/18 16:08:12 deraadt Exp $ +# $OpenBSD: Makefile,v 1.135 2007/05/26 21:39:45 grunk Exp $ .include <bsd.own.mk> @@ -14,7 +14,7 @@ SUBDIR= ac accton acpidump adduser amd apm apmd arp \ rmt route6d rpc.bootparamd rpc.lockd rtadvd rtsold rwhod sa \ sasyncd sensorsd sliplogin slstats spamdb spray syslogc syslogd \ tcpdrop tcpdump timed tokenadm tokeninit traceroute traceroute6 \ - trpt usbdevs user vipw vnconfig watchdogd wsconscfg wsfontload \ + trpt usbdevs user vipw watchdogd wsconscfg wsfontload \ wsmoused zdump zic ztsscale .if (${AFS:L} == "yes") |