summaryrefslogtreecommitdiffstats
path: root/bin/pwd/Makefile
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2001-05-20 05:01:48 +0000
committerkris <kris@FreeBSD.org>2001-05-20 05:01:48 +0000
commitfda416048c2f8350471d408159bf503eb9183b82 (patch)
tree7af346ba2e0bfdde08b4def512ca35f08534ceba /bin/pwd/Makefile
parenta9591ec95f9fb818528ccaf556ffd46bfc62e891 (diff)
downloadFreeBSD-src-fda416048c2f8350471d408159bf503eb9183b82.zip
FreeBSD-src-fda416048c2f8350471d408159bf503eb9183b82.tar.gz
Silence WARNS=2 and BDECFLAGS on i386 and alpha.
MFC After: 1 week
Diffstat (limited to 'bin/pwd/Makefile')
-rw-r--r--bin/pwd/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/pwd/Makefile b/bin/pwd/Makefile
index 129ed63..4d07098 100644
--- a/bin/pwd/Makefile
+++ b/bin/pwd/Makefile
@@ -5,4 +5,6 @@ PROG= pwd
LINKS= ${BINDIR}/pwd ${BINDIR}/realpath
MAN= pwd.1 realpath.1
+WARNS= 2
+
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud