aboutsummaryrefslogtreecommitdiffstats
path: root/bootscripts/contrib/lsb/Makefile
blob: 44560816466be3303deb171b5dd3d2789e47873a (plain)
1
2
3
4
5
6
7
8
9
10
11
ETCDIR=/etc
EXTDIR=${DESTDIR}${ETCDIR}
MODE=754
DIRMODE=755
CONFMODE=644

install:
	install -d -m ${DIRMODE} ${DESTDIR}/lib/lsb
	install -m ${CONFMODE} lib/init-functions ${DESTDIR}/lib/lsb

.PHONY: install