mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
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.
9 lines
98 B
Makefile
9 lines
98 B
Makefile
# $FreeBSD$
|
|
|
|
PROG = rusers
|
|
WARNS?= 6
|
|
|
|
DPADD= ${LIBRPCSVC}
|
|
LDADD= -lrpcsvc
|
|
|
|
.include <bsd.prog.mk>
|