diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-10-23 07:46:48 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-10-23 07:46:48 +0000 |
commit | 18bd4aab65fcf94fe8949b79c82a43be8ae6e3db (patch) | |
tree | e86ed4da989a8aa7bc42ab37551e5bc173cdd93c /usr.sbin/Makefile | |
parent | 47ebd9d2844d5b9d2ec53091e49a3df50d192bc9 (diff) |
add ypserv
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r-- | usr.sbin/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index cc937cd75de..13ddb890c7a 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.6.1.2 (Berkeley) 5/8/91 -# $Id: Makefile,v 1.2 1995/10/23 06:07:39 deraadt Exp $ +# $Id: Makefile,v 1.3 1995/10/23 07:46:00 deraadt Exp $ # not yet done: catman @@ -12,7 +12,9 @@ SUBDIR= ac accton arp bootpd bootpgw bootpef bootptest \ rpc.bootparamd rpc.pcnfsd rwhod \ sa sendmail sliplogin slstats spray sysctl \ syslogd tcpdump timed traceroute trpt trsp update \ - vipw vnconfig ypbind yppoll ypset zdump zic + vipw vnconfig ypbind yppoll ypset \ + yppush ypserv yptest ypxfr stdhosts makedbm ypinit \ + zdump zic # should be listed above, but doesn't work on the Alpha. .if (${MACHINE_ARCH} != "alpha") || make(clean) || make(cleandir) |