]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - libexec/rpc.rusersd/Makefile
bhnd(9): Fix a few mandoc related issues
[FreeBSD/FreeBSD.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 LIBADD= rpcsvc
8
9 #.if exists(/usr/X11R6/include/X11/extensions/xidle.h)
10 #CFLAGS+= -DXIDLE
11 #LDADD+= -L/usr/X11R6/lib -lXext -lX11
12 #.endif
13
14 .include <bsd.prog.mk>