mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 04:43:32 +00:00
Correct the ancient paths here in case someone ever uncomments this again.
This commit is contained in:
parent
db2c0faa4c
commit
ea8f0676cf
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=19416
@ -1,4 +1,4 @@
|
||||
# $Id: Makefile,v 1.1.1.1 1994/08/28 14:53:44 csgr Exp $
|
||||
# $Id: Makefile,v 1.2 1996/11/04 20:58:58 torstenb Exp $
|
||||
|
||||
PROG = rpc.rusersd
|
||||
SRCS = rusersd.c rusers_proc.c
|
||||
@ -7,9 +7,9 @@ MAN8 = rpc.rusersd.8
|
||||
DPADD= ${LIBRPCSVC} ${LIBUTIL}
|
||||
LDADD= -lrpcsvc -lutil
|
||||
|
||||
#.if exists(/usr/include/X11/extensions/xidle.h)
|
||||
#.if exists(/usr/X11R6/include/X11/extensions/xidle.h)
|
||||
#CFLAGS+= -DXIDLE
|
||||
#LDADD+= -L/usr/X386/lib -lXext -lX11
|
||||
#LDADD+= -L/usr/X11R6/lib -lXext -lX11
|
||||
#.endif
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user