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