Home | History | Annotate | Line # | Download | only in mt
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 
      4 PROG=	mt
      5 SRCS=	mt.c mtrmt.c
      6 BINOWN=	root
      7 BINGRP=	tty
      8 BINMODE=6555
      9 
     10 .include <bsd.prog.mk>
     11