# Makefile
INSTALL = install

EXES = all

all:

install: all
	@${INSTALL} -D -m 0755 cl-kernel ${DESTDIR}/usr/sbin/cl-kernel
