use CFLAGS for -g (is it needed?)

This commit is contained in:
itojun 2002-11-17 13:54:49 +00:00
parent 32615eac46
commit e5964f595e
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.2 2002/11/16 14:25:10 itojun Exp $
# $NetBSD: Makefile,v 1.3 2002/11/17 13:54:49 itojun Exp $
PROG= verifiedexec_load
MAN= verifiedexec_load.8
@ -7,8 +7,8 @@ SRCS= verifiedexec_parse.y verifiedexec_conf.l verifiedexec_load.c
LDADD= -ll
YFLAGS+= -d
LDSTATIC= -static
CLEANFILES= verifiedexec_parse.h
CLEANFILES+= verifiedexec_parse.h
# not sure if it is really needed
DBG= -g
CFLAGS+= -g
.include <bsd.prog.mk>