openrc/mk/os-prefix.mk
William Hubbs ea696b47c8 fix typo
2012-08-31 14:47:20 -05:00

7 lines
150 B
Makefile

# Copyright (c) 2012 William Hubbs <w.d.hubbs@gmail.com>
# Released under the 2-clause BSD license.
ifeq (${MKPREFIX},yes)
CPPFLAGS+= -DPREFIX
endif