NetBSD/usr.bin/rup/Makefile

9 lines
132 B
Makefile
Raw Normal View History

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