diff options
author | Bob Beck <beck@cvs.openbsd.org> | 2002-04-01 17:47:54 +0000 |
---|---|---|
committer | Bob Beck <beck@cvs.openbsd.org> | 2002-04-01 17:47:54 +0000 |
commit | f03b76f58a988d277c9b672cfe0930124103216d (patch) | |
tree | 686025a0399d51480e76620f63b1e193047d9a6f /usr.sbin | |
parent | aa2ec0d4377ea46798a91e0652e00dc623479dbb (diff) |
build authpf
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index a061ec62c17..f5261b8f686 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.87 2002/02/22 21:12:13 drahn Exp $ +# $OpenBSD: Makefile,v 1.88 2002/04/01 17:47:53 beck Exp $ # not yet done: catman .include <bsd.own.mk> -SUBDIR= ac accton adduser altq amd arp bootpd bootpgw bootpef bootptest \ +SUBDIR= ac accton adduser altq amd arp authpf \ + bootpd bootpgw bootpef bootptest \ chroot config cron dev_mkdb dhcp \ edquota gspa httpd inetd iostat \ kgmon kvm_mkdb lpr \ |