clean up, punt on directory mod times, and DTRT with permissions
This commit is contained in:
parent
c27ff9fe55
commit
c9ebdc4a86
|
@ -1,5 +1,5 @@
|
|||
#
|
||||
# $Id: Makefile,v 1.6 1994/02/10 01:54:42 cgd Exp $
|
||||
# $Id: Makefile,v 1.7 1994/02/10 04:49:09 cgd Exp $
|
||||
#
|
||||
|
||||
FILES= README syscall vfs misc
|
||||
|
@ -7,11 +7,10 @@ NOOBJ= noobj
|
|||
|
||||
all clean cleandir depend lint tags:
|
||||
|
||||
realinstall:
|
||||
# XXX:
|
||||
# Must do these separately if we want to preserve mod times on directories
|
||||
# because -prune doesn't work correctly with -depth.
|
||||
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
|
||||
install:
|
||||
find ${FILES} -name CVS -prune -o -type f -print | \
|
||||
cpio -pdum ${DESTDIR}${BINDIR}/lkm
|
||||
chown -R ${BINOWN}.${BINGRP} ${TZDIR}
|
||||
find ${TZDIR} -type f | xargs chmod a-w
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
Loading…
Reference in New Issue