diff options
author | phk <phk@FreeBSD.org> | 2002-04-08 06:26:46 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2002-04-08 06:26:46 +0000 |
commit | 0c60225131550fed6a9cc93353b41f21c9c17679 (patch) | |
tree | 66df0d39a6f63a62d6c0790ca1bb0a29ce735835 /sbin/bsdlabel/Makefile | |
parent | 73be05f8fd976282ace10de8d647691f3ba1715a (diff) | |
download | FreeBSD-src-0c60225131550fed6a9cc93353b41f21c9c17679.zip FreeBSD-src-0c60225131550fed6a9cc93353b41f21c9c17679.tar.gz |
Don't set WARNS to 2, we're default compatible now.
Noticed by: bde
Diffstat (limited to 'sbin/bsdlabel/Makefile')
-rw-r--r-- | sbin/bsdlabel/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sbin/bsdlabel/Makefile b/sbin/bsdlabel/Makefile index 788d0ed..9884d55 100644 --- a/sbin/bsdlabel/Makefile +++ b/sbin/bsdlabel/Makefile @@ -8,6 +8,5 @@ MAN= disklabel.5 disklabel.8 .if ${MACHINE} == "pc98" CFLAGS+= -DPC98 .endif -WARNS= 2 .include <bsd.prog.mk> |