blob: 2c36225d406a76b8f6d849e7a54ca47099064a28 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# New ports collection makefile for: sfslite-noopt
# Date created: 22 September 2005
# Whom: max
#
# $FreeBSD$
#
BUILD_MODE = shared
MASTERDIR= ${.CURDIR}/../../devel/sfslite
COMMENT= "sfslite without optimization for debugging"
PKG_INSTALL= ${MASTERDIR}/pkg-install
.include "${MASTERDIR}/Makefile"
|