xref: /dragonfly/usr.bin/rup/Makefile (revision d4e390fc)
1984263bcSMatthew Dillon# $FreeBSD: src/usr.bin/rup/Makefile,v 1.4.2.1 2001/04/25 11:29:37 ru Exp $
2984263bcSMatthew Dillon
3984263bcSMatthew DillonPROG=	rup
4984263bcSMatthew Dillon
5984263bcSMatthew DillonDPADD=	${LIBRPCSVC}
6984263bcSMatthew DillonLDADD=	-lrpcsvc
7984263bcSMatthew Dillon
8*d4e390fcSzrjNO_WCAST_FUNCTION_TYPE=
9*d4e390fcSzrj
10984263bcSMatthew Dillon.include <bsd.prog.mk>
11