summaryrefslogtreecommitdiff
path: root/init.d/Makefile
blob: a9f62e256067751e8cf83050b640f0f27f4a11d6 (plain)
1
2
3
4
5
6
7
8
9
DIR=	${INITDIR}
SRCS=	bootmisc.in fsck.in halt.sh.in hostname.in local.in localmount.in \
	netmount.in root.in swap.in sysctl.in urandom.in
BIN=	${OBJS}

MK=	../mk
include ${MK}/os.mk
include Makefile.${OS}
include ${MK}/scripts.mk