diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-01-02 00:01:56 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-01-02 00:01:56 +0000 |
commit | c60acb21fac96de65626151f607ea85c464d445a (patch) | |
tree | 30d7226fe461553c585a1a2cc27dce5f922cc09d /usr.sbin | |
parent | ecd1047d0bbd4200045947697a3964d43c039eef (diff) |
disable bgpd
Diffstat (limited to 'usr.sbin')
-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 abb38bda5f6..1d997885f24 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.99 2003/12/24 20:36:12 henning Exp $ +# $OpenBSD: Makefile,v 1.100 2004/01/02 00:01:55 deraadt Exp $ # not yet done: catman .include <bsd.own.mk> SUBDIR= ac accton adduser amd arp authpf \ - bgpd bind bootpd bootpgw bootpef bootptest \ + bind bootpd bootpgw bootpef bootptest \ chroot config cron dev_mkdb dhcp \ edquota httpd inetd iostat \ kgmon kvm_mkdb lpr \ |