use WARNS instead of mucking with CFLAGS directly.

This commit is contained in:
chs 2011-11-01 13:19:53 +00:00
parent ad730b8b4f
commit 0ac4272b25
1 changed files with 2 additions and 3 deletions

View File

@ -1,11 +1,10 @@
# $NetBSD: Makefile,v 1.5 2001/12/12 01:49:39 tv Exp $
# $NetBSD: Makefile,v 1.6 2011/11/01 13:19:53 chs Exp $
WARNS= 4
PROG= installboot
NOMAN= # defined
SRCS= installboot.c disklabel.c
BINDIR= /usr/mdec
LDADD= -lkvm
CFLAGS+=-Wall
.include <bsd.prog.mk>