Home | History | Annotate | Line # | Download | only in rpc.rusersd
Makefile revision 1.4
      1 #
      2 # a makefile for /usr/sbin/rpc.rusersd
      3 #
      4 #	/b/source/CVS/src/libexec/rpc.rusersd/Makefile,v 1.2 1993/06/04 14:55:55 brezak Exp
      5 #
      6 
      7 PROG =	rpc.rusersd
      8 SRCS =	rusersd.c rusers_proc.c
      9 MAN8 =	rpc.rusersd.0
     10 
     11 DPADD=	${LIBRPCSVC} ${LIBUTIL}
     12 LDADD=	-lrpcsvc -lutil
     13 
     14 .if exists(/usr/include/X11/extensions/xidle.h)
     15 CFLAGS+= -DXIDLE
     16 LDADD+= -L/usr/X386/lib -lXext -lX11
     17 .endif
     18 
     19 
     20 .include <bsd.prog.mk>
     21 
     22