summaryrefslogtreecommitdiff
path: root/bin/mt/Makefile
blob: 0266285e19cb207dc229ca9cdc565483bd4e7fa8 (plain)
1
2
3
4
5
6
7
8
9
10
11
#	$OpenBSD: Makefile,v 1.7 2005/11/25 20:37:20 deraadt Exp $

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

LINKS=	${BINDIR}/mt ${BINDIR}/eject
MLINKS=	mt.1 eject.1

.include <bsd.prog.mk>