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