mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-20 11:11:24 +00:00
9 lines
136 B
Makefile
9 lines
136 B
Makefile
|
# $OpenBSD: Makefile,v 1.1 2004/04/26 19:51:20 markus Exp $
|
||
|
# $FreeBSD$
|
||
|
|
||
|
PROG= tcpdrop
|
||
|
MAN= tcpdrop.8
|
||
|
WARNS?= 6
|
||
|
|
||
|
.include <bsd.prog.mk>
|