]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - libexec/rpc.rusersd/Makefile
pmap: move the smp_targeted_tlb_shutdown pointer stuff to amd64 pmap.h
[FreeBSD/FreeBSD.git] / libexec / rpc.rusersd / Makefile
1
2 PROG =  rpc.rusersd
3 SRCS =  rusersd.c rusers_proc.c extern.h
4 MAN =   rpc.rusersd.8
5
6 LIBADD= rpcsvc
7
8 #.if exists(/usr/X11R6/include/X11/extensions/xidle.h)
9 #CFLAGS+= -DXIDLE
10 #LDADD+= -L/usr/X11R6/lib -lXext -lX11
11 #.endif
12
13 .include <bsd.prog.mk>