diff options
author | 2002-04-01 17:47:53 +0000 | |
---|---|---|
committer | 2002-04-01 17:47:53 +0000 | |
commit | b10dd47309dc03f3d244c7c37786fdbeaf455d04 (patch) | |
tree | f8325916eff2b778664318df458720c7849e12b5 | |
parent | authpf - authenticating gateway shell for use with ssh(1) to make (diff) | |
download | wireguard-openbsd-b10dd47309dc03f3d244c7c37786fdbeaf455d04.tar.xz wireguard-openbsd-b10dd47309dc03f3d244c7c37786fdbeaf455d04.zip |
build authpf
-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 \ |