23edbe3557
now that all /bin has been cleaned.
10 lines
176 B
Makefile
10 lines
176 B
Makefile
# $NetBSD: Makefile,v 1.8 1997/07/20 22:37:23 christos Exp $
|
|
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
|
|
PROG= mt
|
|
SRCS= mt.c
|
|
LDADD+= -lrmt
|
|
DPADD+= ${LIBRMT}
|
|
|
|
.include <bsd.prog.mk>
|