freebsd-ports/benchmarks/tcpblast/Makefile

22 lines
397 B
Makefile

# New ports collection makefile for: tcpblast
# Version required: <self contained>
# Date created: 22 August 1994
# Whom: mr
#
# $Id: Makefile,v 1.5 1994/11/21 10:39:08 ats Exp $
#
DISTNAME= tcpblast
NO_EXTRACT= yes
NO_WRKDIR= yes
fetch:
@${DO_NADA}
pre-clean:
@echo "===> Pre-clean for ${DISTNAME}"
@(rm -f ${.CURDIR}/tcpblast)
@(cd ${.CURDIR}/src; make clean)
.include <bsd.port.mk>