aboutsummaryrefslogtreecommitdiff
path: root/bin/ln
diff options
context:
space:
mode:
authorDima Dorfman <dd@FreeBSD.org>2001-06-22 21:38:30 +0000
committerDima Dorfman <dd@FreeBSD.org>2001-06-22 21:38:30 +0000
commit982f5d88ff041e0e6151ebe6af3f45e437202e82 (patch)
tree160cd437b66d4747b612c4a3594b9bc09b511cf2 /bin/ln
parent49f886f5d3e9767a967e2607e713215be5dff3da (diff)
Notes
Diffstat (limited to 'bin/ln')
-rw-r--r--bin/ln/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ln/Makefile b/bin/ln/Makefile
index 1ccd02cdb4e2..90a37d3057f4 100644
--- a/bin/ln/Makefile
+++ b/bin/ln/Makefile
@@ -7,6 +7,6 @@ MAN= ln.1 symlink.7
LINKS= ${BINDIR}/ln ${BINDIR}/link
MLINKS= ln.1 link.1
-WARNS= 2
+WARNS?= 2
.include <bsd.prog.mk>