diff options
author | Jason Wright <jason@cvs.openbsd.org> | 1999-02-26 17:52:13 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 1999-02-26 17:52:13 +0000 |
commit | 69d576fc982d36bc64dc3f5db977001920165dc6 (patch) | |
tree | d017dec25d103ce3d856522e6a8a31e271473d28 /usr.sbin/Makefile | |
parent | 2acc654aba54712531d8185598afc25f1d2877f0 (diff) |
bridge config utility
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 a706098b843..87c21a132e0 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.40 1998/10/07 02:38:41 deraadt Exp $ +# $OpenBSD: Makefile,v 1.41 1999/02/26 17:52:09 jason Exp $ # not yet done: catman .include <bsd.own.mk> -SUBDIR= ac accton adduser amd arp bootpd bootpgw bootpef bootptest \ +SUBDIR= ac accton adduser amd arp bootpd bootpgw bootpef bootptest brconfig \ chown chroot config cron ctm dev_mkdb dhcp \ edquota gspa httpd inetd iostat \ ipftest ipmon ipsend kgmon \ |