summaryrefslogtreecommitdiff
path: root/bin/mt/Makefile
blob: 0c415267dfb49931dfce5a6d09761b72ec56fc94 (plain)
1
2
3
4
5
6
7
8
9
#	$NetBSD: Makefile,v 1.8 1997/07/20 22:37:23 christos Exp $
#	@(#)Makefile	8.1 (Berkeley) 6/6/93

PROG=	mt
SRCS=	mt.c 
LDADD+=	-lrmt
DPADD+=	${LIBRMT}

.include <bsd.prog.mk>