Home | History | Annotate | Line # | Download | only in mt
Makefile revision 1.7
      1  1.7  christos #	$NetBSD: Makefile,v 1.7 1997/07/20 18:59:27 christos Exp $
      2  1.3       cgd #	@(#)Makefile	8.1 (Berkeley) 6/6/93
      3  1.1       cgd 
      4  1.7  christos WARNS=	1
      5  1.1       cgd PROG=	mt
      6  1.6       jtc SRCS=	mt.c 
      7  1.6       jtc LDADD+=	-lrmt
      8  1.6       jtc DPADD+=	${LIBRMT}
      9  1.1       cgd 
     10  1.1       cgd .include <bsd.prog.mk>
     11