838c00236b
1) Missing include for declaration of time conversion functions. 2) Avoid a couple of alignment warnings on 64 bit arches by memcpying the things pointed to by caddrs into variables of the right type. Bump WARNS to 6 while I'm here.
10 lines
98 B
Makefile
10 lines
98 B
Makefile
# $FreeBSD$
|
|
|
|
PROG = rusers
|
|
WARNS?= 6
|
|
|
|
DPADD= ${LIBRPCSVC}
|
|
LDADD= -lrpcsvc
|
|
|
|
.include <bsd.prog.mk>
|