1993-06-08 07:52:08 +04:00
|
|
|
#
|
1993-10-01 02:31:09 +03:00
|
|
|
# $Id: Makefile,v 1.4 1993/09/30 23:31:28 jtc Exp $
|
1993-06-08 07:52:08 +04:00
|
|
|
#
|
|
|
|
|
|
|
|
FILES= README syscall vfs misc
|
|
|
|
NOOBJ= noobj
|
|
|
|
|
|
|
|
all clean cleandir depend lint tags:
|
|
|
|
|
1993-10-01 02:31:09 +03:00
|
|
|
beforeinstall:
|
|
|
|
@install -d root.wheel ${DESTDIR}${BINDIR}/lkm
|
|
|
|
|
|
|
|
realinstall:
|
1993-07-09 08:27:33 +04:00
|
|
|
# XXX:
|
|
|
|
# Must do these separately if we want to preserve mod times on directories
|
|
|
|
# because -prune doesn't work correctly with -depth.
|
1993-07-09 08:24:28 +04:00
|
|
|
find ${FILES} -name CVS -prune -o -type f -print | cpio -pdum ${DESTDIR}${BINDIR}/lkm
|
|
|
|
find ${FILES} -name CVS -prune -o -type d -print | cpio -pdum ${DESTDIR}${BINDIR}/lkm
|
1993-06-08 07:52:08 +04:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|