BSD 4_4 release
[unix-history] / usr / src / lib / libplot / t450 / Makefile
index 2a3f3da..7f9e7b5 100644 (file)
@@ -1,11 +1,7 @@
-#      Makefile        4.3     83/09/21
-#
-CFLAGS=        -O
-OBJS=  arc.o box.o circle.o close.o dot.o erase.o label.o \
-       line.o linmod.o move.o open.o point.o space.o subr.o
+#      @(#)Makefile    8.1 (Berkeley) 6/4/93
 
 
-../lib450:     ${OBJS}
-       ar cu ../lib450 ${OBJS}
+LIB=   450
+SRCS=  arc.c box.c circle.c close.c dot.c erase.c label.c \
+       line.c linmod.c move.c open.c point.c space.c subr.c
 
 
-clean:
-       rm -f ${OBJS} errs a.out core
+.include <bsd.lib.mk>