NetBSD/usr.bin/rup/Makefile

9 lines
132 B
Makefile
Raw Normal View History

1996-09-27 01:46:08 +00:00
# $NetBSD: Makefile,v 1.5 1996/09/27 01:46:08 thorpej Exp $
1993-06-03 19:32:26 +00:00
1994-12-22 12:30:38 +00:00
PROG= rup
1993-06-03 19:32:26 +00:00
1993-06-04 14:53:53 +00:00
DPADD= ${LIBRPCSVC}
LDADD= -lrpcsvc
1993-06-03 19:32:26 +00:00
.include <bsd.prog.mk>