diff options
author | 2002-10-04 16:31:42 +0000 | |
---|---|---|
committer | 2002-10-04 16:31:42 +0000 | |
commit | e849f986f14b1b5bf3cf99f55f6b2d74c493b326 (patch) | |
tree | ce1c47a5646ac2e7d76e1b253b45219fbfc0bc58 | |
parent | the fire from sparc (diff) | |
download | wireguard-openbsd-e849f986f14b1b5bf3cf99f55f6b2d74c493b326.tar.xz wireguard-openbsd-e849f986f14b1b5bf3cf99f55f6b2d74c493b326.zip |
a makefile
-rw-r--r-- | share/man/man8/man8.hppa/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/share/man/man8/man8.hppa/Makefile b/share/man/man8/man8.hppa/Makefile new file mode 100644 index 00000000000..d6659929ad7 --- /dev/null +++ b/share/man/man8/man8.hppa/Makefile @@ -0,0 +1,6 @@ +# $OpenBSD: Makefile,v 1.1 2002/10/04 16:31:42 mickey Exp $ + +MAN= MAKEDEV.8 # boot_hppa.8 +MANSUBDIR=hppa + +.include <bsd.prog.mk> |