Merge from vendor branch GCC:
[dragonfly.git] / libexec / rpc.rusersd / Makefile
1 # $FreeBSD: src/libexec/rpc.rusersd/Makefile,v 1.6.2.1 2001/04/25 10:40:57 ru Exp $
2 # $DragonFly: src/libexec/rpc.rusersd/Makefile,v 1.2 2003/06/17 04:27:07 dillon Exp $
3
4 PROG =  rpc.rusersd
5 SRCS =  rusersd.c rusers_proc.c
6 MAN =   rpc.rusersd.8
7
8 DPADD=  ${LIBRPCSVC} ${LIBUTIL}
9 LDADD=  -lrpcsvc -lutil
10
11 #.if exists(/usr/X11R6/include/X11/extensions/xidle.h)
12 #CFLAGS+= -DXIDLE
13 #LDADD+= -L/usr/X11R6/lib -lXext -lX11
14 #.endif
15
16
17 .include <bsd.prog.mk>