diff options
author | 2005-05-12 04:11:37 +0000 | |
---|---|---|
committer | 2005-05-12 04:11:37 +0000 | |
commit | 1d8e25cf44daf5791fbadb5008e48aa983a54425 (patch) | |
tree | f9bd5b60cb3982de0339216f8f33f4a3fc2fc9e1 | |
parent | sync (diff) | |
download | wireguard-openbsd-1d8e25cf44daf5791fbadb5008e48aa983a54425.tar.xz wireguard-openbsd-1d8e25cf44daf5791fbadb5008e48aa983a54425.zip |
borrow some from hppa
-rw-r--r-- | share/man/man4/man4.hppa64/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/share/man/man4/man4.hppa64/Makefile b/share/man/man4/man4.hppa64/Makefile new file mode 100644 index 00000000000..4d63e829254 --- /dev/null +++ b/share/man/man4/man4.hppa64/Makefile @@ -0,0 +1,11 @@ +# $OpenBSD: Makefile,v 1.1 2005/05/12 04:11:37 mickey Exp $ + +#MAN+= intro.4 elroy.4 pluto.4 apic.4 +#MAN+= mem.4 +#MLINKS+= mem.4 kmem.4 +MANSUBDIR=hppa64 + +.PATH: ${.CURDIR}/../man4.hppa +MAN= cpu.4tbl pdc.4 + +.include <bsd.prog.mk> |