mirror of
https://github.com/opnsense/src.git
synced 2026-03-02 21:31:02 -05:00
The only reason why it didn't build with WARNS=6, is because of some simple to fix string formatting bugs. MFC after: 3 months
6 lines
85 B
Makefile
6 lines
85 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $FreeBSD$
|
|
|
|
PROG= rwho
|
|
|
|
.include <bsd.prog.mk>
|