386BSD 0.0 development
authorWilliam F. Jolitz <wjolitz@soda.berkeley.edu>
Sun, 12 May 1991 22:25:59 +0000 (14:25 -0800)
committerWilliam F. Jolitz <wjolitz@soda.berkeley.edu>
Sun, 12 May 1991 22:25:59 +0000 (14:25 -0800)
Work on file usr/src/usr.bin/make/Makefile.dist

Co-Authored-By: Lynne Greer Jolitz <ljolitz@cardio.ucsf.edu>
Synthesized-from: 386BSD-0.0/src

usr/src/usr.bin/make/Makefile.dist [new file with mode: 0644]

diff --git a/usr/src/usr.bin/make/Makefile.dist b/usr/src/usr.bin/make/Makefile.dist
new file mode 100644 (file)
index 0000000..c311d7e
--- /dev/null
@@ -0,0 +1,7 @@
+# a very simple makefile...
+pmake:
+       @echo 'make started.'
+       cc -I. -c *.c
+       cd lst.lib; cc -I.. -c *.c
+       cc *.o lst.lib/*.o -o pmake
+       @echo 'make completed.'