mirror of
https://github.com/opnsense/src.git
synced 2026-02-21 17:00:58 -05:00
- including <timeconv.h> to get _long_to_time prototype - removing an unused variable Bump WARNS to it keep clean. Approved by: ume on ipfw@
7 lines
74 B
Makefile
7 lines
74 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= ip6fw
|
|
WARNS?= 2
|
|
MAN= ip6fw.8
|
|
|
|
.include <bsd.prog.mk>
|