date and time created 94/02/11 19:20:26 by pendry
authorJan-Simon Pendry <pendry@ucbvax.Berkeley.EDU>
Sat, 12 Feb 1994 11:20:26 +0000 (03:20 -0800)
committerJan-Simon Pendry <pendry@ucbvax.Berkeley.EDU>
Sat, 12 Feb 1994 11:20:26 +0000 (03:20 -0800)
SCCS-vsn: sbin/mount_union/Makefile 8.1

usr/src/sbin/mount_union/Makefile [new file with mode: 0644]

diff --git a/usr/src/sbin/mount_union/Makefile b/usr/src/sbin/mount_union/Makefile
new file mode 100644 (file)
index 0000000..4c9a422
--- /dev/null
@@ -0,0 +1,7 @@
+#      @(#)Makefile    8.1 (Berkeley) %G%
+
+CFLAGS+=-I/sys
+PROG=  mount_union
+MAN8=  mount_union.0
+
+.include <bsd.prog.mk>