Home | History | Annotate | Line # | Download | only in msgs
Makefile revision 1.1
      1 #	@(#)Makefile	5.8 (Berkeley) 5/11/90
      2 
      3 PROG=	msgs
      4 DPADD=	${LIBTERM} ${LIBCOMPAT}
      5 LDADD=	-ltermlib -lcompat
      6 
      7 .include <bsd.prog.mk>
      8