freebsd-dev/sbin/ip6fw/Makefile
Johan Karlsson 496ba967ae Make this WARNS=2 clean by:
- including <timeconv.h> to get _long_to_time prototype
	- removing an unused variable

Bump WARNS to it keep clean.

Approved by:	ume on ipfw@
2004-03-03 20:21:15 +00:00

8 lines
74 B
Makefile

# $FreeBSD$
PROG= ip6fw
WARNS?= 2
MAN= ip6fw.8
.include <bsd.prog.mk>