diff options
-rw-r--r-- | security/PAM/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/PAM/Makefile b/security/PAM/Makefile index 227ff186f8a..4964778ba4f 100644 --- a/security/PAM/Makefile +++ b/security/PAM/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2003/07/17 22:52:49 grant Exp $ +# $NetBSD: Makefile,v 1.17 2003/10/18 12:40:11 cjep Exp $ # DISTNAME= Linux-${PKGNAME} @@ -70,7 +70,7 @@ CONF_FILES+= ${EGDIR}/${FILE} ${PKG_SYSCONFDIR}/${FILE} # this is so it won't try to interactively install any configs pre-build: - touch ${WRKSRC}/.quiet_install + ${TOUCH} ${WRKSRC}/.quiet_install post-install: ${INSTALL_DATA_DIR} ${EGDIR} |