]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - libexec/rpc.rusersd/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.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>