Simplify PRESERVE and INSTPRIV by using ${...:D...}.

This commit is contained in:
tv 2001-08-14 06:47:24 +00:00
parent 1c5d72b6ae
commit b2e42252e1
1 changed files with 3 additions and 9 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: bsd.own.mk,v 1.169 2001/08/14 05:55:27 tv Exp $
# $NetBSD: bsd.own.mk,v 1.170 2001/08/14 06:47:24 tv Exp $
.if !defined(_BSD_OWN_MK_)
_BSD_OWN_MK_=1
@ -64,15 +64,9 @@ LOCALEOWN?= root
LOCALEMODE?= ${NONBINMODE}
COPY?= -c
.if defined(UPDATE)
PRESERVE?= -p
.else
PRESERVE?=
.endif
PRESERVE?= ${UPDATE:D-p}
RENAME?= -r
.if defined(UNPRIVILEGED)
INSTPRIV?= -U
.endif
INSTPRIV?= ${UNPRIVILEGED:D-U}
STRIPFLAG?= -s
# Define SYS_INCLUDE to indicate whether you want symbolic links to the system