X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/56c275525e385de13bab4d8eb434a491dc580c5f..d01cf8f307c9ac41ac3b468e2a3c2a8dc281ab6a:/usr/src/usr.bin/plot/Makefile diff --git a/usr/src/usr.bin/plot/Makefile b/usr/src/usr.bin/plot/Makefile index b90dc0b48c..e892d19a26 100644 --- a/usr/src/usr.bin/plot/Makefile +++ b/usr/src/usr.bin/plot/Makefile @@ -1,7 +1,7 @@ -# Makefile 4.4 83/11/11 +# 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} @@ -9,6 +9,9 @@ all: ${ALL} 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 @@ -50,6 +53,7 @@ debug: debug.o 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