4.3BSD beta release manual page
[unix-history] / usr / src / usr.bin / plot / Makefile
index b90dc0b..e892d19 100644 (file)
@@ -1,7 +1,7 @@
-#      Makefile        4.4     83/11/11
+#      Makefile        4.5     85/01/04
 #
 CFLAGS=        -O
 #
 CFLAGS=        -O
-ALL=   tek t300 t300s t450 aedplot bgplot crtplot dumbplot gigiplot \
+ALL=   tek t4013 t300 t300s t450 aedplot bgplot crtplot dumbplot gigiplot \
        hpplot hp7221plot debug atoplot plottoa
 
 all:   ${ALL}
        hpplot hp7221plot debug atoplot plottoa
 
 all:   ${ALL}
@@ -9,6 +9,9 @@ all:    ${ALL}
 tek:   driver.o
        cc -o tek  driver.o -l4014 -lm
 
 tek:   driver.o
        cc -o tek  driver.o -l4014 -lm
 
+t4013: driver.o
+       cc -o t4013  driver.o -l4013 -lm
+
 t300:  driver.o 
        cc -o t300 driver.o -l300 -lm
 
 t300:  driver.o 
        cc -o t300 driver.o -l300 -lm
 
@@ -50,6 +53,7 @@ debug: debug.o
 
 install: all
        install -s tek ${DESTDIR}/usr/bin
 
 install: all
        install -s tek ${DESTDIR}/usr/bin
+       install -s t4013 ${DESTDIR}/usr/bin
        install -s t300 ${DESTDIR}/usr/bin
        install -s t300s ${DESTDIR}/usr/bin
        install -s t450 ${DESTDIR}/usr/bin
        install -s t300 ${DESTDIR}/usr/bin
        install -s t300s ${DESTDIR}/usr/bin
        install -s t450 ${DESTDIR}/usr/bin