[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / share / lkm

File: [local] / src / share / lkm / Attic / Makefile (download)

Revision 1.1, Wed Oct 18 08:44:20 1995 UTC (28 years, 7 months ago) by deraadt
Branch: MAIN

Initial revision

#
#	$Id: Makefile,v 1.1 1995/10/18 08:44:20 deraadt Exp $
#

FILES=	README syscall vfs misc
NOOBJ=	noobj

all clean cleandir depend lint tags:

install:
	find ${FILES} -follow -name CVS -prune -o -type f -print | \
	    cpio -pdumL ${DESTDIR}${BINDIR}/lkm
	chown -R ${BINOWN}:${BINGRP} ${DESTDIR}${BINDIR}/lkm
	find ${DESTDIR}${BINDIR}/lkm -type f | xargs chmod a=rX
	find ${DESTDIR}${BINDIR}/lkm -type d | xargs chmod u=rwX,go=rX

.include <bsd.prog.mk>