b8a678ef1d
* Remade patch so it works with minix patch tool. * New MINIX tar support -ox, so revert back to it In fetch scripts, tar had been replaced by bsdtar as the prebvious tar did not support the -o flag under minix, which is required to prevent usage of tar file stored user and group information. This introduces portability problems. As our new tar tool now support that flag revert back to improve portability.
21 lines
461 B
Makefile
21 lines
461 B
Makefile
# $NetBSD: Makefile,v 1.32 2010/02/03 15:34:44 roy Exp $
|
|
# from @(#)Makefile 8.1 (Berkeley) 6/5/93
|
|
|
|
# Missing: ms
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
.if ${MKSHARE} != "no" || \
|
|
make(clean) || make(cleandir) || make(distclean) || make(obj)
|
|
SUBDIR= misc mk \
|
|
terminfo zoneinfo
|
|
.if ${MKNLS} != "no"
|
|
SUBDIR+=i18n locale nls
|
|
.endif
|
|
.endif
|
|
|
|
# Speedup stubs for some subtrees that don't need to run these rules
|
|
includes-examples includes-man:
|
|
@true
|
|
|
|
.include <bsd.subdir.mk>
|