openrc/Makefile

31 lines
686 B
Makefile
Raw Normal View History

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