diff options
author | 2013-12-17 15:25:55 +0000 | |
---|---|---|
committer | 2013-12-17 15:25:55 +0000 | |
commit | c3b1b70f9c5250d166e37ee3dbc9444354909b5b (patch) | |
tree | c1cb6640a8c09edb96318b231a9844b40c2cd126 | |
parent | do not put a second : in a dmesg line, use , instead (diff) | |
download | wireguard-openbsd-c3b1b70f9c5250d166e37ee3dbc9444354909b5b.tar.xz wireguard-openbsd-c3b1b70f9c5250d166e37ee3dbc9444354909b5b.zip |
install autoinstall manpage
-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 e68ac91cbb1..2bfe868534c 100644 --- a/share/man/man8/Makefile +++ b/share/man/man8/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.86 2013/09/04 19:39:19 patrick Exp $ +# $OpenBSD: Makefile,v 1.87 2013/12/17 15:25:55 deraadt Exp $ # $NetBSD: Makefile,v 1.13 1996/03/28 21:36:40 mark Exp $ # @(#)Makefile 8.1 (Berkeley) 6/5/93 -MAN= afterboot.8 boot_config.8 \ +MAN= afterboot.8 autoinstall.8 boot_config.8 \ compat_linux.8 crash.8 daily.8 \ diskless.8 genassym.sh.8 intro.8 netstart.8 rc.8 \ rc.conf.8 rc.d.8 rc.shutdown.8 rc.subr.8 release.8 \ |