From: CSRG Date: Sun, 31 May 1987 14:15:57 +0000 (-0800) Subject: BSD 4_3_Tahoe development X-Git-Tag: BSD-4_3_Net_1^2~411 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/10c66a56c1df007ac12cf06043400902961b0c65 BSD 4_3_Tahoe development Work on file usr/src/ucb/vlp/Makefile Synthesized-from: CSRG/cd2/4.3tahoe --- diff --git a/usr/src/ucb/vlp/Makefile b/usr/src/ucb/vlp/Makefile new file mode 100644 index 0000000000..311781c05e --- /dev/null +++ b/usr/src/ucb/vlp/Makefile @@ -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