aboutsummaryrefslogtreecommitdiff
path: root/mk/os-prefix.mk
diff options
context:
space:
mode:
Diffstat (limited to 'mk/os-prefix.mk')
-rw-r--r--mk/os-prefix.mk8
1 files changed, 0 insertions, 8 deletions
diff --git a/mk/os-prefix.mk b/mk/os-prefix.mk
deleted file mode 100644
index af08c99e..00000000
--- a/mk/os-prefix.mk
+++ /dev/null
@@ -1,8 +0,0 @@
-# Copyright (c) 2012 William Hubbs <w.d.hubbs@gmail.com>
-# Released under the 2-clause BSD license.
-
-ifeq (${MKPREFIX},yes)
-CPPFLAGS+= -DPREFIX
-PKG_PREFIX?= $(PREFIX)/usr
-SED_EXTRA= -e '/_PATH=.*usr.bin/d'
-endif