mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
80193c20be
different build options Shell archive included for new ports. Follow-on ports to the devel/sfslite port, for building with different build options. Won't conflict with devel/sfslite or each other. Trivial Makefiles that mainly call into devel/sfslite/Makefile. PR: ports/86475 Submitted by: Maxwell Krohn <krohn@mit.edu>
14 lines
339 B
Makefile
14 lines
339 B
Makefile
# 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"
|