diff options
Diffstat (limited to 'ports-mgmt/portmk/Mk/bsd.port.options.mk')
-rw-r--r-- | ports-mgmt/portmk/Mk/bsd.port.options.mk | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/ports-mgmt/portmk/Mk/bsd.port.options.mk b/ports-mgmt/portmk/Mk/bsd.port.options.mk deleted file mode 100644 index d36f9cd142c2..000000000000 --- a/ports-mgmt/portmk/Mk/bsd.port.options.mk +++ /dev/null @@ -1,26 +0,0 @@ -#-*- mode: Fundamental; tab-width: 4; -*- -# ex:ts=4 -# -# bsd.port.options.mk - Allow OPTIONS to determine dependencies -# -# usage: -# -# .include "bsd.port.pre.mk" -# <deal with user options> -# .include "bsd.port.options.mk" -# <other work, including adjusting dependencies> -# .include "bsd.port.post.mk" -# -# Created by: Shaun Amott <shaun@inerd.com> -# -# $FreeBSD$ -# - -OPTIONS_Include_MAINTAINER= portmgr@FreeBSD.org - -USEOPTIONSMK= yes -INOPTIONSMK= yes - -.include "bsd.port.mk" - -.undef INOPTIONSMK |