1# $MirOS: src/kern/include/Makefile,v 1.6 2014/02/19 17:43:25 tg Exp $
2
3HDRS=		libckern.h md5.h mirhash.h mirtime.h
4HDRDST=		${DESTDIR}/usr/include/syskern
5
6_includes: includedirs
7
8includedirs: .PHONY
9	${INSTALL} -d -o ${BINOWN} -g ${BINGRP} -m ${DIRMODE} ${HDRDST}
10
11.include <bsd.prog.mk>
12