diff options
author | wpaul <wpaul@FreeBSD.org> | 1996-05-07 16:17:45 +0000 |
---|---|---|
committer | wpaul <wpaul@FreeBSD.org> | 1996-05-07 16:17:45 +0000 |
commit | 1dfa9eae430f7b1471e62beba96fd3b31913047a (patch) | |
tree | 71ab8982293a926ab3e48af3f49191bf9796164b /usr.sbin/Makefile | |
parent | 3829b6d0e8508c7ba22be3ac8cb7dd08e54b067f (diff) | |
download | FreeBSD-src-1dfa9eae430f7b1471e62beba96fd3b31913047a.zip FreeBSD-src-1dfa9eae430f7b1471e62beba96fd3b31913047a.tar.gz |
Dohw! Turn on yp_mkdb in the Makefile.
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r-- | usr.sbin/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index 38ec047..8f7cef5 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 5.20 (Berkeley) 6/12/93 -# $Id: Makefile,v 1.85 1996/04/04 03:17:48 peter Exp $ +# $Id: Makefile,v 1.86 1996/05/05 07:36:18 peter Exp $ # XXX MISSING: mkproto SUBDIR= ac accton adduser amd arp bootparamd cdcontrol chown chroot \ @@ -10,8 +10,8 @@ SUBDIR= ac accton adduser amd arp bootparamd cdcontrol chown chroot \ rndcontrol routed rpc.lockd rpc.statd rpc.yppasswdd rwhod sa \ sendmail sliplogin slstat \ spray sup sysctl syslogd tcpdump timed traceroute trpt tzsetup vipw \ - vnconfig watch wormcontrol xntpd xten ypbind yppoll yppush ypset \ - ypserv zic + vnconfig watch wormcontrol xntpd xten ypbind yp_mkdb ppoll yppush \ + ypset ypserv zic SUBDIR+=IPXrouted |