Home | History | Annotate | Line # | Download | only in mt
      1 #	$NetBSD: Makefile,v 1.8 1997/07/20 22:37:23 christos Exp $
      2 #	@(#)Makefile	8.1 (Berkeley) 6/6/93
      3 
      4 PROG=	mt
      5 SRCS=	mt.c 
      6 LDADD+=	-lrmt
      7 DPADD+=	${LIBRMT}
      8 
      9 .include <bsd.prog.mk>
     10