]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - libexec/rpc.rusersd/Makefile
Copy head to stable/9 as part of 9.0-RELEASE release cycle.
[FreeBSD/stable/9.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 .include <bsd.prog.mk>