1# 2# $FreeBSD$ 3# 4 5PROG= ipdivert 6SRCS= ipdivert.c 7NO_MAN= 8 9WARNS?= 2 10 11.include <bsd.prog.mk> 12