BSD 4_3_Tahoe development
authorCSRG <csrg@ucbvax.Berkeley.EDU>
Wed, 27 Jul 1983 01:45:14 +0000 (17:45 -0800)
committerCSRG <csrg@ucbvax.Berkeley.EDU>
Wed, 27 Jul 1983 01:45:14 +0000 (17:45 -0800)
Work on file usr/src/new/dsh/Makefile

Synthesized-from: CSRG/cd2/4.3tahoe

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

diff --git a/usr/src/new/dsh/Makefile b/usr/src/new/dsh/Makefile
new file mode 100644 (file)
index 0000000..f196572
--- /dev/null
@@ -0,0 +1,13 @@
+#      Makefile        4.1     83/07/03
+#
+DESTDIR=
+
+all:
+       cd src; make ${MFLAGS}
+
+install: all
+       cd src; make ${MFLAGS} DESTDIR=${DESTDIR} install
+       cd man; make ${MFLAGS} DESTDIR=${DESTDIR} install
+
+clean:
+       cd src; make ${MFLAGS} clean