diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-05-26 04:03:00 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-05-26 04:03:00 +0000 |
commit | 58dd5b5b8aa404c30d78d7408ddfdfc17e5478d3 (patch) | |
tree | 8958ac9984fda1f82f8a1603b59e13b740abbe19 /share/man/man8/Makefile | |
parent | 9136cbc0bb5ea9a90e52d6fff4329a3f724c5a4a (diff) |
let us not talk about ipsecadm and vpn anymore; ok reyk
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 4fec628e94e..7177802b5d4 100644 --- a/share/man/man8/Makefile +++ b/share/man/man8/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.58 2006/05/09 21:25:30 deraadt Exp $ +# $OpenBSD: Makefile,v 1.59 2006/05/26 04:02:59 deraadt Exp $ # $NetBSD: Makefile,v 1.13 1996/03/28 21:36:40 mark Exp $ # @(#)Makefile 8.1 (Berkeley) 6/5/93 @@ -8,7 +8,7 @@ MAN= afterboot.8 boot_config.8 compat_aout.8 compat_bsdos.8 \ compat_svr4.8 compat_ultrix.8 crash.8 daily.8 dhcp.8 \ diskless.8 genassym.sh.8 intro.8 netstart.8 rc.8 \ rc.conf.8 rc.shutdown.8 release.8 security.8 ssl.8 \ - starttls.8 sticky.8 update.8 vpn.8 yp.8 + starttls.8 sticky.8 update.8 yp.8 MLINKS+=boot_config.8 UKC.8 MLINKS+=daily.8 weekly.8 daily.8 monthly.8 |