Makefile revision 1.4
1#	$NetBSD: Makefile,v 1.4 1996/03/06 04:52:37 scottr Exp $
2#	@(#)Makefile	8.1 (Berkeley) 6/6/93
3
4PROG=	mt
5SRCS=	mt.c mtrmt.c
6BINOWN=	root
7BINGRP=	tty
8BINMODE=6555
9
10.include <bsd.prog.mk>
11