mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-21 15:45:02 +00:00
ff4167733f
with Xinside's CDE installed
17 lines
323 B
Makefile
17 lines
323 B
Makefile
# $Id: Makefile,v 1.1.1.1 1994/08/28 14:53:44 csgr Exp $
|
|
|
|
PROG = rpc.rusersd
|
|
SRCS = rusersd.c rusers_proc.c
|
|
MAN8 = rpc.rusersd.8
|
|
|
|
DPADD= ${LIBRPCSVC} ${LIBUTIL}
|
|
LDADD= -lrpcsvc -lutil
|
|
|
|
#.if exists(/usr/include/X11/extensions/xidle.h)
|
|
#CFLAGS+= -DXIDLE
|
|
#LDADD+= -L/usr/X386/lib -lXext -lX11
|
|
#.endif
|
|
|
|
|
|
.include <bsd.prog.mk>
|