add t4013 module for tek 4013.
authorJohn A. Kunze <jak@ucbvax.Berkeley.EDU>
Sat, 5 Jan 1985 06:08:40 +0000 (22:08 -0800)
committerJohn A. Kunze <jak@ucbvax.Berkeley.EDU>
Sat, 5 Jan 1985 06:08:40 +0000 (22:08 -0800)
SCCS-vsn: usr.bin/plot/Makefile 4.5

usr/src/usr.bin/plot/Makefile

index a78aa5c..e892d19 100644 (file)
@@ -1,7 +1,7 @@
 #      Makefile        4.5     85/01/04
 #
 CFLAGS=        -O
 #      Makefile        4.5     85/01/04
 #
 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