diff options
author | 2000-10-10 12:37:11 +0000 | |
---|---|---|
committer | 2000-10-10 12:37:11 +0000 | |
commit | c0722a8195efea8dabff1e25a427e7f4e66fcb1d (patch) | |
tree | dee9fc18349175c79e2abe65ec3beea80b58b00c | |
parent | use poll to avoid fd_set overflow (diff) | |
download | wireguard-openbsd-c0722a8195efea8dabff1e25a427e7f4e66fcb1d.tar.xz wireguard-openbsd-c0722a8195efea8dabff1e25a427e7f4e66fcb1d.zip |
Descend vax subdirs.
-rw-r--r-- | share/man/man4/Makefile | 5 | ||||
-rw-r--r-- | share/man/man8/Makefile | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 270efd35174..c42a10a54c9 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.128 2000/09/17 01:05:28 aaron Exp $ +# $OpenBSD: Makefile,v 1.129 2000/10/10 12:37:11 hugh Exp $ MAN= ac97.4 adv.4 aha.4 ahb.4 ahc.4 aic.4 an.4 aria.4 ast.4 atalk.4 \ atapiscsi.4 audio.4 aue.4 auvia.4 awi.4 bpf.4 bridge.4 brgphy.4 \ @@ -36,7 +36,8 @@ MLINKS+=adv.4 adw.4 MLINKS+=adv.4 advansys.4 MLINKS+=pcmcia.4 pcic.4 SUBDIR= man4.alpha man4.amiga man4.hp300 \ - man4.i386 man4.mac68k man4.mvme68k man4.pmax man4.powerpc man4.sparc + man4.i386 man4.mac68k man4.mvme68k man4.pmax man4.powerpc man4.sparc \ + man4.vax # i386 specific MLINKS+= com.4 pccom.4 diff --git a/share/man/man8/Makefile b/share/man/man8/Makefile index fcc324e59e9..b6a1daf67de 100644 --- a/share/man/man8/Makefile +++ b/share/man/man8/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.28 2000/07/07 18:00:58 marc Exp $ +# $OpenBSD: Makefile,v 1.29 2000/10/10 12:37:12 hugh Exp $ # $NetBSD: Makefile,v 1.13 1996/03/28 21:36:40 mark Exp $ # @(#)Makefile 8.1 (Berkeley) 6/5/93 @@ -7,7 +7,7 @@ MAN= afterboot.8 compat_bsdos.8 compat_freebsd.8 compat_ibcs2.8 \ compat_svr4.8 compat_ultrix.8 crash.8 dhcp.8 diskless.8 intro.8 rc.8 \ rc.conf.8 rc.shutdown.8 ssl.8 sticky.8 update.8 yp.8 boot_config.8 \ vpn.8 release.8 -SUBDIR= man8.amiga man8.hp300 man8.i386 man8.mac68k man8.sparc +SUBDIR= man8.amiga man8.hp300 man8.i386 man8.mac68k man8.sparc man8.vax MLINKS= afterboot.8 faq.8 \ boot_config.8 UKC.8 \ |