xref: /freebsd/usr.bin/rup/Makefile (revision 8e9b3e707151d136ec95e7f1d37556e39c1e228c)
1# $FreeBSD$
2
3PROG=	rup
4
5LIBADD=	rpcsvc
6
7NO_WCAST_ALIGN=	# Size is explicitly handled
8
9.include <bsd.prog.mk>
10