9eb4baf479
- Print uptime in secs if uptime is less than 1 minute - If at least one call to onehost() fails, return one (allows for external error detection) - Avoid leaks, use clnt_destroy (from OpenBSD) - err(3) cleans From me: - lint cleanups - more KNF
10 lines
141 B
Makefile
10 lines
141 B
Makefile
# $NetBSD: Makefile,v 1.6 2005/08/07 16:01:45 christos Exp $
|
|
|
|
PROG= rup
|
|
WARNS=3
|
|
|
|
DPADD= ${LIBRPCSVC}
|
|
LDADD= -lrpcsvc
|
|
|
|
.include <bsd.prog.mk>
|