1 # $NetBSD: Makefile,v 1.17 2000/01/23 09:58:13 veego Exp $ 2 3 PROG = rpc.rusersd 4 SRCS = rusersd.c rusers_proc.c 5 MAN = rpc.rusersd.8 6 MLINKS= rpc.rusersd.8 rusersd.8 7 8 DPADD+= ${LIBRPCSVC} 9 LDADD+= -lrpcsvc 10 11 .if exists(/usr/X11R6) 12 XINCDIR= /usr/X11R6/include 13 XLIBDIR= /usr/X11R6/lib 14 .endif 15 16 #.if defined(XINCDIR) && exists($(XINCDIR)/X11/extensions/xidle.h) 17 #CPPFLAGS+= -I$(XINCDIR) -DXIDLE 18 #LDADD+= -L$(XLIBDIR) -lXext -lX11 19 #.endif 20 21 .include <bsd.prog.mk> 22 23