summaryrefslogtreecommitdiff
path: root/bin/mt/Makefile
blob: 147585a50cce1d177f5b61a3ac021d7ce7dd74ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#	$OpenBSD: Makefile,v 1.6 1997/09/21 11:35:22 deraadt Exp $

PROG=	mt
SRCS=	mt.c mtrmt.c
DPADD=	${LIBUTIL}
LDADD=	-lutil
BINOWN=	root
BINMODE=555

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

.include <bsd.prog.mk>