aboutsummaryrefslogtreecommitdiff
path: root/en_US.ISO8859-1/articles/pam/Makefile
diff options
context:
space:
mode:
authorWolfram Schneider <wosch@FreeBSD.org>2017-09-27 07:29:27 +0000
committerWolfram Schneider <wosch@FreeBSD.org>2017-09-27 07:29:27 +0000
commitff79a613172b9a3251462c573d8c036d1bc87671 (patch)
treea2d9ae3d1c97f8309e03a27b035d0ed9f0408be9 /en_US.ISO8859-1/articles/pam/Makefile
parent40d1506f26f25be454baa631a51903294d40c069 (diff)
downloaddoc-ff79a613172b9a3251462c573d8c036d1bc87671.tar.gz
doc-ff79a613172b9a3251462c573d8c036d1bc87671.zip
fix `make -n' if using git
PR: 222631
Notes
Notes: svn path=/head/; revision=50940
Diffstat (limited to 'en_US.ISO8859-1/articles/pam/Makefile')
-rw-r--r--en_US.ISO8859-1/articles/pam/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/en_US.ISO8859-1/articles/pam/Makefile b/en_US.ISO8859-1/articles/pam/Makefile
index 30d284054b..ffd2d9af54 100644
--- a/en_US.ISO8859-1/articles/pam/Makefile
+++ b/en_US.ISO8859-1/articles/pam/Makefile
@@ -18,7 +18,8 @@ EXTRAS+= pam_module.c
CLEANFILES+= ${EXTRAS}
SRCS= article.xml
-SRCS+= ${EXTRAS}
+
+index.html article.html: ${EXTRAS}
pam_app.c: su.c
sed -e '/^[\/ ]\*/d' ${.ALLSRC} >${.TARGET}