new copyright notice
[unix-history] / usr / src / lib / libplot / aed / Makefile
CommitLineData
770d844a
KB
1# @(#)Makefile 5.3 (Berkeley) %G%
2
3LIB= plotaed
35378dd8
KB
4SRCS= arc.c box.c circle.c close.c cont.c dot.c erase.c label.c \
5 line.c linemod.c move.c open.c point.c space.c subr.c
35378dd8 6
770d844a 7.include <bsd.lib.mk>