diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-01-02 00:04:08 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-01-02 00:04:08 +0000 |
commit | 2cdac8a3eea6d944bc1558aa7a1337de8a1238e1 (patch) | |
tree | 9f63d3871912be6b0c3add140851eefb5b0d30da /usr.sbin/Makefile | |
parent | c60acb21fac96de65626151f607ea85c464d445a (diff) |
compile like it used to
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 1d997885f24..ed48bcfa693 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.100 2004/01/02 00:01:55 deraadt Exp $ +# $OpenBSD: Makefile,v 1.101 2004/01/02 00:04:07 deraadt Exp $ # not yet done: catman .include <bsd.own.mk> SUBDIR= ac accton adduser amd arp authpf \ - bind bootpd bootpgw bootpef bootptest \ + bgpd bind bootpd bootpgw bootpef bootptest \ chroot config cron dev_mkdb dhcp \ edquota httpd inetd iostat \ kgmon kvm_mkdb lpr \ |