openrc/Makefile

31 lines
695 B
Makefile
Raw Normal View History

# OpenRC Makefile
2009-05-01 22:11:40 +08:00
# Copyright (c) 2007-2009 Roy Marples <roy@marples.name>
# Released under the 2-clause BSD license.
2009-10-08 07:19:18 +08:00
include Makefile.inc
SUBDIR= conf.d doc etc init.d local.d sysctl.d man net scripts sh src
2009-04-18 07:23:31 +08:00
2009-10-08 07:19:18 +08:00
# Build pkgconfig or not
MKPKGCONFIG?= yes
ifeq (${MKPKGCONFIG},yes)
SUBDIR+= pkgconfig
endif
2009-10-08 07:19:18 +08:00
# We need to ensure that runlevels is done last
SUBDIR+= runlevels
INSTALLAFTER= _installafter
2008-01-11 00:48:02 +08:00
MK= mk
2008-01-12 02:29:47 +08:00
include ${MK}/sys.mk
2008-01-11 00:48:02 +08:00
include ${MK}/os.mk
include ${MK}/subdir.mk
include ${MK}/dist.mk
include ${MK}/git.mk
2008-01-11 00:57:05 +08:00
_installafter:
${INSTALL} -d ${DESTDIR}/${LIBEXECDIR}/init.d
${INSTALL} -d ${DESTDIR}/${LIBEXECDIR}/tmp
${ECHO} "${VERSION}${GITVER}" > ${DESTDIR}/${LIBEXECDIR}/version