Home | History | Annotate | Line # | Download | only in msgs
Makefile revision 1.5
      1 #	from: @(#)Makefile	5.8 (Berkeley) 5/11/90
      2 #	$Id: Makefile,v 1.5 1994/05/23 05:32:40 cgd Exp $
      3 
      4 PROG=	msgs
      5 DPADD=	${LIBTERM} ${LIBCOMPAT}
      6 LDADD=	-ltermlib -lcompat
      7 
      8 .include <bsd.prog.mk>
      9