diff options
author | dd <dd@FreeBSD.org> | 2001-06-24 18:51:40 +0000 |
---|---|---|
committer | dd <dd@FreeBSD.org> | 2001-06-24 18:51:40 +0000 |
commit | 65ad0f0162068f8ace1d27e2818a749f8b85104f (patch) | |
tree | 41a868d55f62292378b4220db6851fd70a4cfe7a /usr.sbin/boot98cfg/Makefile | |
parent | cee06e7ada06eb96d4ffe672a28694f86aed63d4 (diff) | |
download | FreeBSD-src-65ad0f0162068f8ace1d27e2818a749f8b85104f.zip FreeBSD-src-65ad0f0162068f8ace1d27e2818a749f8b85104f.tar.gz |
Constify and set WARNS=2.
Submitted by: Mike Barcroft <mike@q9media.com>
Reviewed by: md5(1)
Diffstat (limited to 'usr.sbin/boot98cfg/Makefile')
-rw-r--r-- | usr.sbin/boot98cfg/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/boot98cfg/Makefile b/usr.sbin/boot98cfg/Makefile index efeb402..6d8441a 100644 --- a/usr.sbin/boot98cfg/Makefile +++ b/usr.sbin/boot98cfg/Makefile @@ -1,6 +1,7 @@ # $FreeBSD$ PROG= boot98cfg +WARNS?= 2 MAN= boot98cfg.8 .include <bsd.prog.mk> |