Remove a "CFLAGS+=-g" that seems to have snuck in with no good reason.

This commit is contained in:
simonb 2007-06-22 03:24:16 +00:00
parent f757e0cee8
commit 9a8238c82f
1 changed files with 1 additions and 2 deletions

View File

@ -1,10 +1,9 @@
# $NetBSD: Makefile,v 1.10 2006/09/11 22:24:09 dbj Exp $
# $NetBSD: Makefile,v 1.11 2007/06/22 03:24:16 simonb Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
PROG= test
SRCS= test.c
LINKS= ${BINDIR}/test ${BINDIR}/[
CFLAGS+=-g
MLINKS= test.1 [.1
.include <bsd.prog.mk>