1993-06-08 07:52:08 +04:00
|
|
|
#
|
1997-05-09 11:50:03 +04:00
|
|
|
# $Id: Makefile,v 1.13 1997/05/09 07:50:19 mycroft Exp $
|
1993-06-08 07:52:08 +04:00
|
|
|
#
|
|
|
|
|
|
|
|
FILES= README syscall vfs misc
|
|
|
|
NOOBJ= noobj
|
|
|
|
|
1994-02-10 07:49:09 +03:00
|
|
|
install:
|
1995-04-16 23:04:49 +04:00
|
|
|
find ${FILES} -follow -name CVS -prune -o -type f -print | \
|
|
|
|
cpio -pdumL ${DESTDIR}${BINDIR}/lkm
|
1994-02-10 08:25:18 +03:00
|
|
|
chown -R ${BINOWN}:${BINGRP} ${DESTDIR}${BINDIR}/lkm
|
1994-07-21 11:33:01 +04:00
|
|
|
find ${DESTDIR}${BINDIR}/lkm -type f | xargs chmod a=rX
|
|
|
|
find ${DESTDIR}${BINDIR}/lkm -type d | xargs chmod u=rwX,go=rX
|
1993-06-08 07:52:08 +04:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|