NetBSD/share/lkm/Makefile

21 lines
550 B
Makefile
Raw Normal View History

1993-06-08 07:52:08 +04: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:
beforeinstall:
@install -d root.wheel ${DESTDIR}${BINDIR}/lkm
realinstall:
# 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>