10 lines
237 B
Makefile
10 lines
237 B
Makefile
# $NetBSD: options.mk,v 1.1 2005/05/31 21:42:04 wiz Exp $
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.wine
|
|
PKG_SUPPORTED_OPTIONS= cups
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
.if !empty(PKG_OPTIONS:Mcups)
|
|
.include "../../print/cups/buildlink3.mk"
|
|
.endif
|