NetBSD/share/lkm/Makefile

17 lines
371 B
Makefile
Raw Normal View History

1993-06-08 07:52:08 +04:00
#
# $Id: Makefile,v 1.10 1994/02/16 05:50:47 cgd Exp $
1993-06-08 07:52:08 +04:00
#
FILES= README syscall vfs misc
NOOBJ= noobj
all clean cleandir depend lint tags:
install:
find ${FILES} -name CVS -prune -o -type f -print | \
cpio -pdum ${DESTDIR}${BINDIR}/lkm
1994-02-10 08:25:18 +03:00
chown -R ${BINOWN}:${BINGRP} ${DESTDIR}${BINDIR}/lkm
find ${DESTDIR}${BINDIR}/lkm | xargs chmod a=rX
1993-06-08 07:52:08 +04:00
.include <bsd.prog.mk>