mirror of
https://github.com/opnsense/src.git
synced 2026-02-25 19:05:20 -05:00
11 lines
125 B
Makefile
11 lines
125 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $FreeBSD$
|
|
|
|
PROG= rwhod
|
|
MAN= rwhod.8
|
|
|
|
PACKAGE=rcmds
|
|
|
|
WARNS?= 3
|
|
|
|
.include <bsd.prog.mk>
|