summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorjohan <johan@FreeBSD.org>2004-02-23 20:25:27 +0000
committerjohan <johan@FreeBSD.org>2004-02-23 20:25:27 +0000
commit31854a224ad0725662a4b10f7199c6907e77f975 (patch)
treec7a40798921957743bfe9ddeb54c45234fb14086 /usr.sbin
parent12f2c98b14dfa04e75b8199844dc0b14b0229e38 (diff)
downloadFreeBSD-src-31854a224ad0725662a4b10f7199c6907e77f975.zip
FreeBSD-src-31854a224ad0725662a4b10f7199c6907e77f975.tar.gz
style.Makefile(5):
Use WARNS?= instead of WARNS=.
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/mount_nwfs/Makefile2
-rw-r--r--usr.sbin/mount_portalfs/Makefile2
-rw-r--r--usr.sbin/ndiscvt/Makefile2
-rw-r--r--usr.sbin/nghook/Makefile2
-rw-r--r--usr.sbin/watchdogd/Makefile2
5 files changed, 5 insertions, 5 deletions
diff --git a/usr.sbin/mount_nwfs/Makefile b/usr.sbin/mount_nwfs/Makefile
index c667088..8fbb9a8 100644
--- a/usr.sbin/mount_nwfs/Makefile
+++ b/usr.sbin/mount_nwfs/Makefile
@@ -6,7 +6,7 @@ MAN= mount_nwfs.8
MOUNT= ${.CURDIR}/../../sbin/mount
CFLAGS+= -DNWFS -I${MOUNT}
-WARNS= 0
+WARNS?= 0
.PATH: ${MOUNT}
diff --git a/usr.sbin/mount_portalfs/Makefile b/usr.sbin/mount_portalfs/Makefile
index 65473c1..56667f1 100644
--- a/usr.sbin/mount_portalfs/Makefile
+++ b/usr.sbin/mount_portalfs/Makefile
@@ -8,7 +8,7 @@ MAN= mount_portalfs.8
MOUNT= ${.CURDIR}/../../sbin/mount
CFLAGS+=-I${MOUNT}
-WARNS= 0
+WARNS?= 0
.PATH: ${MOUNT}
diff --git a/usr.sbin/ndiscvt/Makefile b/usr.sbin/ndiscvt/Makefile
index f5c7f13..c595818 100644
--- a/usr.sbin/ndiscvt/Makefile
+++ b/usr.sbin/ndiscvt/Makefile
@@ -9,7 +9,7 @@ SRCS+= inf.c inf-token.l inf-parse.y y.tab.h
MAN8= ndiscvt.8
-WARNS= 4
+WARNS?= 4
DPADD= ${LIBL}
LDADD= -ll
diff --git a/usr.sbin/nghook/Makefile b/usr.sbin/nghook/Makefile
index 8b2644a..73f2df3 100644
--- a/usr.sbin/nghook/Makefile
+++ b/usr.sbin/nghook/Makefile
@@ -4,7 +4,7 @@
PROG= nghook
MAN= nghook.8
SRCS= main.c
-WARNS= 6
+WARNS?= 6
DPADD= ${LIBNETGRAPH}
LDADD= -lnetgraph
diff --git a/usr.sbin/watchdogd/Makefile b/usr.sbin/watchdogd/Makefile
index e7c5674..de6f976 100644
--- a/usr.sbin/watchdogd/Makefile
+++ b/usr.sbin/watchdogd/Makefile
@@ -2,6 +2,6 @@
PROG= watchdogd
MAN= watchdogd.8
-WARNS= 6
+WARNS?= 6
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud