diff options
author | 2002-06-16 19:38:36 +0000 | |
---|---|---|
committer | 2002-06-16 19:38:36 +0000 | |
commit | bc3b4447a7b0038ae3a8d767e20a8addfb6d7c7c (patch) | |
tree | 1a628f9e8bcf58b75dc66569b8d282ec56f311b2 | |
parent | Remove nat.conf(5) reference. (diff) | |
download | wireguard-openbsd-bc3b4447a7b0038ae3a8d767e20a8addfb6d7c7c.tar.xz wireguard-openbsd-bc3b4447a7b0038ae3a8d767e20a8addfb6d7c7c.zip |
keep nat.conf(5) softlink, from ckuethe@ualberta.ca
-rw-r--r-- | share/man/man5/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/share/man/man5/Makefile b/share/man/man5/Makefile index dcbc9fbf18b..212f49e93c9 100644 --- a/share/man/man5/Makefile +++ b/share/man/man5/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.25 2002/06/16 19:07:45 pvalchev Exp $ +# $OpenBSD: Makefile,v 1.26 2002/06/16 19:38:36 pvalchev Exp $ # $NetBSD: Makefile,v 1.14 1995/05/11 23:13:15 cgd Exp $ # missing: dump.5 plot.5 @@ -14,5 +14,6 @@ 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> |