BSD 4_1_snap development
authorCSRG <csrg@ucbvax.Berkeley.EDU>
Mon, 22 Sep 1980 17:53:27 +0000 (09:53 -0800)
committerCSRG <csrg@ucbvax.Berkeley.EDU>
Mon, 22 Sep 1980 17:53:27 +0000 (09:53 -0800)
Work on file usr/src/cmd/tp/Makefile

Synthesized-from: CSRG/cd1/4.1.snap

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

diff --git a/usr/src/cmd/tp/Makefile b/usr/src/cmd/tp/Makefile
new file mode 100644 (file)
index 0000000..b9b3e18
--- /dev/null
@@ -0,0 +1,14 @@
+CFLAGS=-O
+h = tp.h tp_defs.h
+o  = tp0.o tp1.o tp2.o tp3.o
+
+tp :   $o
+       $(CC) -o tp $o
+
+$o :   $h
+
+install : tp
+       install -s tp ${DESTDIR}/bin
+
+clean : 
+       rm -f *.o