NetBSD/bin/mt/Makefile

10 lines
171 B
Makefile
Raw Normal View History

1996-08-09 08:28:40 +04:00
# $NetBSD: Makefile,v 1.6 1996/08/09 04:28:40 jtc Exp $
1995-03-21 09:57:43 +03:00
# @(#)Makefile 8.1 (Berkeley) 6/6/93
PROG= mt
1996-08-09 08:28:40 +04:00
SRCS= mt.c
LDADD+= -lrmt
DPADD+= ${LIBRMT}
.include <bsd.prog.mk>