Cross Reference: Makefile
xref: /src/libexec/rpc.rusersd/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/libexec/rpc.rusersd/
Makefile revision 1.19
1#	$NetBSD: Makefile,v 1.19 2018/02/28 23:45:56 snj Exp $
2
3.include <bsd.own.mk>
4
5PROG =	rpc.rusersd
6SRCS =	rusersd.c rusers_proc.c utmpentry.c
7MAN =	rpc.rusersd.8
8MLINKS=	rpc.rusersd.8 rusersd.8
9
10.PATH.c: ${NETBSDSRCDIR}/usr.bin/who
11
12CPPFLAGS+=-I${NETBSDSRCDIR}/usr.bin/who -DSUPPORT_UTMPX -DSUPPORT_UTMP
13
14
15DPADD+=	${LIBRPCSVC}
16LDADD+=	-lrpcsvc
17
18.include <bsd.prog.mk>
19
20

Indexes created Sat Dec 20 21:09:36 GMT 2025