date and time created 91/03/22 14:23:08 by bostic
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sat, 23 Mar 1991 06:23:08 +0000 (22:23 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sat, 23 Mar 1991 06:23:08 +0000 (22:23 -0800)
SCCS-vsn: share/man/man8/man8.i386/Makefile 5.1

usr/src/share/man/man8/man8.i386/Makefile [new file with mode: 0644]

diff --git a/usr/src/share/man/man8/man8.i386/Makefile b/usr/src/share/man/man8/man8.i386/Makefile
new file mode 100644 (file)
index 0000000..2f7bfe3
--- /dev/null
@@ -0,0 +1,15 @@
+#      @(#)Makefile    5.1 (Berkeley) %G%
+
+MAN8=  MAKEDEV.0
+MANSUBDIR=/i386
+
+all: ${MAN8}
+
+clean depend lint tags:
+
+cleandir:
+       rm -f ${MAN8}
+
+install: maninstall
+
+.include <bsd.prog.mk>