]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - libexec/rpc.rusersd/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / libexec / rpc.rusersd / Makefile
1 # $FreeBSD$
2
3 PROG =  rpc.rusersd
4 SRCS =  rusersd.c rusers_proc.c
5 MAN =   rpc.rusersd.8
6
7 DPADD=  ${LIBRPCSVC} ${LIBUTIL}
8 LDADD=  -lrpcsvc -lutil
9
10 #.if exists(/usr/X11R6/include/X11/extensions/xidle.h)
11 #CFLAGS+= -DXIDLE
12 #LDADD+= -L/usr/X11R6/lib -lXext -lX11
13 #.endif
14
15
16 .include <bsd.prog.mk>