summaryrefslogtreecommitdiff
path: root/distrib/special/mt/Makefile
blob: 411848a2b4d33fd70230475537d596676d671054 (plain)
1
2
3
4
5
6
7
8
9
10
#	$OpenBSD: Makefile,v 1.2 2009/10/28 07:36:49 deraadt Exp $

PROG=	mt
SRCS=	mt.c
DPADD=	${LIBUTIL}
LDADD=	-lutil

.PATH:	${.CURDIR}/../../../bin/mt

.include <bsd.prog.mk>