Use PRESERVE flag only when UPDATE is defined.

This commit is contained in:
christos 1998-09-28 16:43:41 +00:00
parent d8881a6f9a
commit 2a23ffd4df
1 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: bsd.own.mk,v 1.89 1998/09/28 08:13:39 christos Exp $
# $NetBSD: bsd.own.mk,v 1.90 1998/09/28 16:43:41 christos Exp $
.if !defined(_BSD_OWN_MK_)
_BSD_OWN_MK_=1
@ -59,7 +59,11 @@ KMODOWN?= root
KMODMODE?= ${NONBINMODE}
COPY?= -c
.if defined(UPDATE)
PRESERVE?= -p
.else
PRESERVE?=
.endif
STRIPFLAG?= -s
# Define SYS_INCLUDE to indicate whether you want symbolic links to the system