2005-11-30 00:59:47 +01:00
|
|
|
# New ports collection makefile for: sfslite-noopt
|
|
|
|
# Date created: 22 September 2005
|
|
|
|
# Whom: max
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
BUILD_MODE = shared
|
|
|
|
MASTERDIR= ${.CURDIR}/../../devel/sfslite
|
2008-03-07 14:00:56 +01:00
|
|
|
COMMENT= sfslite without optimization for debugging
|
2005-11-30 00:59:47 +01:00
|
|
|
|
|
|
|
PKG_INSTALL= ${MASTERDIR}/pkg-install
|
|
|
|
|
|
|
|
.include "${MASTERDIR}/Makefile"
|