From: CSRG Date: Fri, 31 Aug 1984 02:39:48 +0000 (-0800) Subject: BSD 4_3 development X-Git-Tag: BSD-4_3~1448 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/ec0232ae73d7f6454e082738d2b9abf320dbfac0 BSD 4_3 development Work on file usr/contrib/icon/pifuncs/Makefile Synthesized-from: CSRG/cd1/4.3 --- diff --git a/usr/contrib/icon/pifuncs/Makefile b/usr/contrib/icon/pifuncs/Makefile new file mode 100644 index 0000000000..5a1bfeed30 --- /dev/null +++ b/usr/contrib/icon/pifuncs/Makefile @@ -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`