diff options
author | 2002-06-17 00:17:22 +0000 | |
---|---|---|
committer | 2002-06-17 00:17:22 +0000 | |
commit | 15f762f1fddc9c5aa34edda4bab61731509e4f23 (patch) | |
tree | cdd93cc730535e29a0e7f66c4738a9a25197436b | |
parent | No more nat.conf; blessed by deraadt (diff) | |
download | wireguard-openbsd-15f762f1fddc9c5aa34edda4bab61731509e4f23.tar.xz wireguard-openbsd-15f762f1fddc9c5aa34edda4bab61731509e4f23.zip |
no nat.conf(5) softlink
-rw-r--r-- | share/man/man5/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/share/man/man5/Makefile b/share/man/man5/Makefile index 212f49e93c9..e2b687ae4c4 100644 --- a/share/man/man5/Makefile +++ b/share/man/man5/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.26 2002/06/16 19:38:36 pvalchev Exp $ +# $OpenBSD: Makefile,v 1.27 2002/06/17 00:17:22 pvalchev Exp $ # $NetBSD: Makefile,v 1.14 1995/05/11 23:13:15 cgd Exp $ # missing: dump.5 plot.5 @@ -14,6 +14,5 @@ MLINKS+= hosts.equiv.5 .rhosts.5 MLINKS+= resolv.conf.5 resolver.5 MLINKS+= hostname.if.5 bridgename.if.5 MLINKS+= passwd.5 master.passwd.5 -MLINKS+= pf.conf.5 nat.conf.5 .include <bsd.prog.mk> |