BSD 4 development
authorBill Joy <wnj@ucbvax.Berkeley.EDU>
Sun, 6 Jul 1980 11:19:13 +0000 (03:19 -0800)
committerBill Joy <wnj@ucbvax.Berkeley.EDU>
Sun, 6 Jul 1980 11:19:13 +0000 (03:19 -0800)
Work on file usr/src/cmd/ls/makefile

Synthesized-from: CSRG//cd1/4.0

usr/src/cmd/ls/makefile [new file with mode: 0644]

diff --git a/usr/src/cmd/ls/makefile b/usr/src/cmd/ls/makefile
new file mode 100644 (file)
index 0000000..aaf9927
--- /dev/null
@@ -0,0 +1,10 @@
+all:
+       cc -O -z -d2 ls.c -o ls
+       cc -O -z ucbls.c -o ucbls
+install:
+       install -s ls ${DESTDIR}/bin/ls
+       install -s ucbls ${DESTDIR}/usr/ucb/ls
+       rm -f ${DESTDIR}/usr/ucb/l
+       ln ${DESTDIR}/usr/ucb/ls ${DESTDIR}/usr/ucb/l
+clean:
+       rm -f ls ucbls