]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - libexec/rpc.rusersd/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.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>