]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - libexec/rpc.rusersd/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / libexec / rpc.rusersd / Makefile
1 # $FreeBSD$
2
3 PROG =  rpc.rusersd
4 SRCS =  rusersd.c rusers_proc.c extern.h
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>