NetBSD/bin/mt/Makefile

10 lines
175 B
Makefile
Raw Normal View History

1996-03-06 09:22:04 +03:00
# $NetBSD: Makefile,v 1.5 1996/03/06 06:22:04 scottr Exp $
1995-03-21 09:57:43 +03:00
# @(#)Makefile 8.1 (Berkeley) 6/6/93
PROG= mt
1996-03-06 07:52:37 +03:00
SRCS= mt.c mtrmt.c
BINOWN= root
1996-03-06 09:22:04 +03:00
BINMODE=4555
.include <bsd.prog.mk>