2007-12-14 19:42:38 +05:30
|
|
|
# OpenRC Makefile
|
2008-01-10 22:05:59 +05:30
|
|
|
# Copyright 2007-2008 Roy Marples
|
2007-04-05 16:48:42 +05:30
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
2008-01-10 22:05:59 +05:30
|
|
|
NAME= openrc
|
|
|
|
VERSION= 0.1
|
|
|
|
PKG= ${NAME}-${VERSION}
|
2007-04-05 16:48:42 +05:30
|
|
|
|
2008-01-10 22:05:59 +05:30
|
|
|
SUBDIR= conf.d doc etc init.d man net runlevels sh src
|
2007-04-05 16:48:42 +05:30
|
|
|
|
2008-01-10 22:05:59 +05:30
|
|
|
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
|
2008-01-10 22:27:05 +05:30
|
|
|
|
|
|
|
_installafter:
|
|
|
|
${INSTALL} -d ${DESTDIR}${RC_LIB}/init.d
|
|
|
|
${INSTALL} -d ${DESTDIR}${RC_LIB}/tmp
|