diff options
author | Niels Provos <provos@cvs.openbsd.org> | 1998-05-24 14:20:41 +0000 |
---|---|---|
committer | Niels Provos <provos@cvs.openbsd.org> | 1998-05-24 14:20:41 +0000 |
commit | 9a424d64496fc2c3b586e5c1482f0050d621ab0c (patch) | |
tree | 9f27ed6b10db3288587f7dfc49063ce59bdffe56 /share/man/man8/Makefile | |
parent | 1e395ebee3d19af187d7a39e2be21aa67f6f94e5 (diff) |
describe how to set up a VPN.
Diffstat (limited to 'share/man/man8/Makefile')
-rw-r--r-- | share/man/man8/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man8/Makefile b/share/man/man8/Makefile index 850ecbc48b9..6289934fe74 100644 --- a/share/man/man8/Makefile +++ b/share/man/man8/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.18 1998/02/09 21:58:21 deraadt Exp $ +# $OpenBSD: Makefile,v 1.19 1998/05/24 14:20:39 provos Exp $ # $NetBSD: Makefile,v 1.13 1996/03/28 21:36:40 mark Exp $ # @(#)Makefile 8.1 (Berkeley) 6/5/93 MAN= afterboot.8 compat_bsdos.8 compat_freebsd.8 compat_ibcs2.8 \ compat_linux.8 compat_sunos.8 \ compat_svr4.8 compat_ultrix.8 diskless.8 intro.8 rc.8 rc.conf.8 \ - sticky.8 update.8 yp.8 boot_config.8 + sticky.8 update.8 yp.8 boot_config.8 vpn.8 SUBDIR= man8.amiga man8.arm32 man8.atari man8.hp300 man8.i386 man8.mac68k \ man8.sparc man8.sun3 man8.vax |