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