Home | History | Annotate | Line # | Download | only in msgs
Makefile revision 1.4
      1 #	from: @(#)Makefile	5.8 (Berkeley) 5/11/90
      2 #	$Id: Makefile,v 1.4 1993/10/26 18:21:36 jtc Exp $
      3 
      4 PROG=	msgs
      5 DPADD=	${LIBTERM}
      6 LDADD=	-ltermlib
      7 
      8 .include <bsd.prog.mk>
      9