Switch to linker sets to find the xport callback object. This
[freebsd.git] / usr.bin / quota / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/6/93
2 # $FreeBSD$
3
4 PROG=   quota
5 BINOWN= root
6 BINMODE=4555
7
8 LIBADD= rpcsvc util
9
10 .include <bsd.prog.mk>