1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/benchmarks/tcpblast/Makefile

20 lines
463 B
Makefile
Raw Normal View History

# New ports collection makefile for: tcpblast
# Version required: <self contained>
# Date created: 22 August 1994
# Whom: mr
#
# $Id: Makefile,v 1.2 1994/09/13 06:34:56 jkh Exp $
#
DISTNAME= tcpblast
NO_EXTRACT= yes
CONFIGURE_COOKIE= ${.CURDIR}/.configure_done
INSTALL_COOKIE= ${.CURDIR}/.install_done
BUILD_COOKIE= ${.CURDIR}/.build_done
pre-clean:
@echo "===> Pre-clean for ${DISTNAME}"
@(cd ${.CURDIR}/src; make clean)
.include <bsd.port.mk>