Remove DBG=-g that snuck in.

This commit is contained in:
skrll 2008-02-03 19:58:34 +00:00
parent 0cdb05c075
commit 149ffa5f3f

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.5 2008/02/03 12:09:41 skrll Exp $
# $NetBSD: Makefile,v 1.6 2008/02/03 19:58:34 skrll Exp $
# $OpenBSD: Makefile,v 1.10 2000/05/31 19:56:51 mickey Exp $
@ -17,6 +17,4 @@ CPPFLAGS+= -DBOOTARG_APIVER=3
CPPFLAGS+= -Wmissing-prototypes -Wstrict-prototypes
WARNS= 2
DBG= -g
.include "../Makefile.buildboot"