1993-06-08 03:52:08 +00:00
|
|
|
#
|
1997-10-13 11:19:47 +00:00
|
|
|
# $NetBSD: Makefile,v 1.14 1997/10/13 11:19:58 lukem Exp $
|
1993-06-08 03:52:08 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
FILES= README syscall vfs misc
|
|
|
|
NOOBJ= noobj
|
|
|
|
|
1994-02-10 04:49:09 +00:00
|
|
|
install:
|
1995-04-16 19:04:49 +00:00
|
|
|
find ${FILES} -follow -name CVS -prune -o -type f -print | \
|
|
|
|
cpio -pdumL ${DESTDIR}${BINDIR}/lkm
|
1994-02-10 05:25:18 +00:00
|
|
|
chown -R ${BINOWN}:${BINGRP} ${DESTDIR}${BINDIR}/lkm
|
1994-07-21 07:33:01 +00: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 03:52:08 +00:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|