diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-02-04 01:35:10 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-02-04 01:35:10 +0000 |
commit | aad7713bf64acff8508aebd07cbb07e4383ccbbf (patch) | |
tree | ab869b7e6345d555acedab21f57ac672d3635534 /usr.sbin/Makefile | |
parent | da217bbcade665f70aa6fb149e7f7434657e978d (diff) |
enable bind now; some diffs from jakob, some from me
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 03f2addee2d..31f2df30f36 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -1,15 +1,15 @@ -# $OpenBSD: Makefile,v 1.92 2002/12/31 16:22:26 miod Exp $ +# $OpenBSD: Makefile,v 1.93 2003/02/04 01:35:08 deraadt Exp $ # not yet done: catman .include <bsd.own.mk> SUBDIR= ac accton adduser amd arp authpf \ - bootpd bootpgw bootpef bootptest \ + bind bootpd bootpgw bootpef bootptest \ chroot config cron dev_mkdb dhcp \ edquota httpd inetd iostat \ kgmon kvm_mkdb lpr \ - mailwrapper mopd mtree named \ + mailwrapper mopd mtree \ netgroup_mkdb openssl pkg pkg_install popa3d portmap ppp pppd pppoe \ pstat pwd_mkdb quot quotaon rarpd rbootd rdconfig rdate repquota rmt \ rpc.bootparamd rpc.lockd rpc.pcnfsd rwhod \ |