mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
17 lines
332 B
Makefile
17 lines
332 B
Makefile
|
# New ports collection makefile for: pkg_install
|
||
|
# Version required: <own lineage>
|
||
|
# Date created: 22 August 1994
|
||
|
# Whom: jkh
|
||
|
#
|
||
|
# $Id: Makefile,v 1.4 1994/08/28 15:00:20 jkh Exp $
|
||
|
#
|
||
|
|
||
|
DISTNAME= tcpblast
|
||
|
NO_EXTRACT= yes
|
||
|
|
||
|
pre-clean:
|
||
|
@echo "===> Pre-clean for ${DISTNAME}"
|
||
|
@(cd ${.CURDIR}/src; make clean)
|
||
|
|
||
|
.include <bsd.port.mk>
|