date and time created 83/10/01 12:20:57 by sam
authorSam Leffler <sam@ucbvax.Berkeley.EDU>
Sun, 2 Oct 1983 04:20:57 +0000 (20:20 -0800)
committerSam Leffler <sam@ucbvax.Berkeley.EDU>
Sun, 2 Oct 1983 04:20:57 +0000 (20:20 -0800)
SCCS-vsn: usr.bin/systat/Makefile 1.1

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

diff --git a/usr/src/usr.bin/systat/Makefile b/usr/src/usr.bin/systat/Makefile
new file mode 100644 (file)
index 0000000..76797fa
--- /dev/null
@@ -0,0 +1,19 @@
+#       Makefile     1.1     83/10/01
+DESTDIR=
+CFLAGS= -O
+OBJS=   main.o fetch.o pigs.o swap.o
+LIBS=   -lcurses -ltermlib -lm
+
+systat: ${OBJS}
+       ${CC} -o systat ${OBJS} ${LIBS}
+
+main.o:        systat.h
+fetch.o:systat.h
+pigs.o:        systat.h
+swap.o:        systat.h
+
+install: systat
+       install -s systat ${DESTDIR}/usr/lfl/bin/systat
+
+clean:
+       rm -f ${OBJS} systat core a.out errs