diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-04-22 01:29:01 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-04-22 01:29:01 +0000 |
commit | a78513c1a7210b960ecf8ab449672dcd322a720b (patch) | |
tree | 032dce8b4b496e9207ccac70749a466ce0a0bd69 /share/man/man4/man4.arm32/Makefile | |
parent | 882e83ccf31fca22178b290a6753a605bb52044c (diff) |
sync with netbsd 960418
Diffstat (limited to 'share/man/man4/man4.arm32/Makefile')
-rw-r--r-- | share/man/man4/man4.arm32/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/share/man/man4/man4.arm32/Makefile b/share/man/man4/man4.arm32/Makefile new file mode 100644 index 00000000000..c48d13a4269 --- /dev/null +++ b/share/man/man4/man4.arm32/Makefile @@ -0,0 +1,11 @@ +# $OpenBSD: Makefile,v 1.1 1996/04/22 01:27:21 deraadt Exp $ +# from: @(#)Makefile 5.1 (Berkeley) 2/12/91 + +MAN= intro.4 asc.4 autoconf.4 beep.4 com.4 +MAN+= csc.4 ea.4 eb.4 kbd.4 lpt.4 mainbus.4 mem.4 +MAN+= podulebus.4 quadmouse.4 rd.4 wd.4 + +MLINKS= mem.4 kmem.4 +MANSUBDIR=/arm32 + +.include <bsd.prog.mk> |