1# $OpenBSD: Makefile,v 1.1 2004/04/26 19:51:20 markus Exp $ 2 3PROG= tcpdrop 4MAN= tcpdrop.8 5CFLAGS+= -Wall 6 7.include <bsd.prog.mk> 8