BSD 4_3_Tahoe development
authorCSRG <csrg@ucbvax.Berkeley.EDU>
Sun, 31 May 1987 14:15:57 +0000 (06:15 -0800)
committerCSRG <csrg@ucbvax.Berkeley.EDU>
Sun, 31 May 1987 14:15:57 +0000 (06:15 -0800)
Work on file usr/src/ucb/vlp/Makefile

Synthesized-from: CSRG/cd2/4.3tahoe

usr/src/ucb/vlp/Makefile [new file with mode: 0644]

diff --git a/usr/src/ucb/vlp/Makefile b/usr/src/ucb/vlp/Makefile
new file mode 100644 (file)
index 0000000..311781c
--- /dev/null
@@ -0,0 +1,18 @@
+#
+#      %M%     %I%     %E%
+#
+DESTDIR= 
+
+all:   FRC
+       cd vlp.${MACHINE}; make ${MFLAGS}
+
+FRC:
+
+install:
+       cd vlp.${MACHINE}; make DESTDIR=${DESTDIR} install
+
+clean:
+       cd vlp.${MACHINE}; make ${MFLAGS} clean
+
+depend:
+       cd vlp.${MACHINE}; make ${MFLAGS} depend