diff options
author | 2005-04-02 01:01:46 +0000 | |
---|---|---|
committer | 2005-04-02 01:01:46 +0000 | |
commit | 8cde47544a5ad51f960660d07e529c6359951074 (patch) | |
tree | 366c094dbc08cacdbd2f26c81cc3469df45e3be0 | |
parent | use pool for struct nfsreq; tedu@ pedro@ ok and testing by mark patruck <mark@2ls4agd.net> on several archs (diff) | |
download | wireguard-openbsd-8cde47544a5ad51f960660d07e529c6359951074.tar.xz wireguard-openbsd-8cde47544a5ad51f960660d07e529c6359951074.zip |
enter the right directory...
-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 80bdb88f0fb..d0697dc9061 100644 --- a/share/man/man8/Makefile +++ b/share/man/man8/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.53 2005/04/01 16:07:12 deraadt Exp $ +# $OpenBSD: Makefile,v 1.54 2005/04/02 01:01:46 deraadt Exp $ # $NetBSD: Makefile,v 1.13 1996/03/28 21:36:40 mark Exp $ # @(#)Makefile 8.1 (Berkeley) 6/5/93 @@ -16,7 +16,7 @@ MLINKS+=daily.8 weekly.8 daily.8 monthly.8 MLINKS+=rc.8 rc.local.8 rc.8 rc.securelevel.8 MLINKS+=rc.conf.8 rc.conf.local.8 -SUBDIR= man8.alpha man8.amd64 man8.cats man8.hp300 man8.hppa man8.hppa \ +SUBDIR= man8.alpha man8.amd64 man8.cats man8.hp300 man8.hppa man8.hppa64 \ man8.i386 man8.luna88k man8.mac68k man8.macppc man8.mvme68k \ man8.mvme88k man8.sgi man8.sparc man8.sparc64 man8.vax man8.zaurus |