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