From d705df8034d900a52c6a56af5b4617d69e51d69f Mon Sep 17 00:00:00 2001 From: dd Date: Fri, 22 Jun 2001 21:38:30 +0000 Subject: WARNS= -> WARNS?= Submitted by: Mike Barcroft --- bin/ln/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/ln') diff --git a/bin/ln/Makefile b/bin/ln/Makefile index 1ccd02c..90a37d3 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 -- cgit v1.1