mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
- Prevent possible unaligned access to struct whoent. - Increase uptime column by one, to properly print hosts with an uptime greater than 1000 days. - Reduce code complexity by storing struct whod inside struct hs. - Set WARNS to 6. MFC after: 3 months
6 lines
88 B
Makefile
6 lines
88 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $FreeBSD$
|
|
|
|
PROG= ruptime
|
|
|
|
.include <bsd.prog.mk>
|