summaryrefslogtreecommitdiff
path: root/bin/mt/Makefile
blob: bcab624163cccd174073dcad1cc675a780009928 (plain)
1
2
3
4
5
6
7
8
9
#	$NetBSD: Makefile,v 1.5 1996/03/06 06:22:04 scottr Exp $
#	@(#)Makefile	8.1 (Berkeley) 6/6/93

PROG=	mt
SRCS=	mt.c mtrmt.c
BINOWN=	root
BINMODE=4555

.include <bsd.prog.mk>