bca6505bdb
FD 2.09a has many improvement for functionality and portability from previous 1.03u. And it has a built-in Bourne-shell compatible shell and also runs stand-alone shell under the name of 'fdsh', too. And fd-small PKG_OPTION will build smaller and FD 1.x compatible binary. Fixed PR pkg/33067.
13 lines
264 B
Makefile
13 lines
264 B
Makefile
# $NetBSD: options.mk,v 1.1 2006/12/06 15:36:32 taca Exp $
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.fd
|
|
PKG_SUPPORTED_OPTIONS= fd-small
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
.if !empty(PKG_OPTIONS:Mfd-small)
|
|
MAKE_ENV+= VERSION=1
|
|
FD_CONFIG= fdrc
|
|
.else
|
|
FD_CONFIG= fd2rc
|
|
.endif
|