BSD 4_3 development
authorCSRG <csrg@ucbvax.Berkeley.EDU>
Fri, 31 Aug 1984 02:39:48 +0000 (18:39 -0800)
committerCSRG <csrg@ucbvax.Berkeley.EDU>
Fri, 31 Aug 1984 02:39:48 +0000 (18:39 -0800)
Work on file usr/contrib/icon/pifuncs/Makefile

Synthesized-from: CSRG/cd1/4.3

usr/contrib/icon/pifuncs/Makefile [new file with mode: 0644]

diff --git a/usr/contrib/icon/pifuncs/Makefile b/usr/contrib/icon/pifuncs/Makefile
new file mode 100644 (file)
index 0000000..5a1bfee
--- /dev/null
@@ -0,0 +1,16 @@
+CFLAGS =
+
+progs = getenv.o iscope.o math.o seek.o trig.o ttyctl.o 
+
+what:
+               @echo "what do you want to make?"
+
+All:           $(progs)
+               ls $(progs)
+
+Clean:
+               rm -f *.o
+
+Dist-clean:
+               rm -f .BK* .CK* .emacs*
+               rm -rf `gcomp Makefile *.c`