diff options
author | fjoe <fjoe@FreeBSD.org> | 2011-11-25 07:10:59 +0000 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2011-11-25 07:10:59 +0000 |
commit | 825933c1d21865057b537d2471f6f3fc22f644ba (patch) | |
tree | a489527a55e8bac7f9935d156245694c83876c11 /usr.sbin/sade/Makefile | |
parent | 951a77003885301a6792af520bc3de65db9c9fd5 (diff) | |
download | FreeBSD-src-825933c1d21865057b537d2471f6f3fc22f644ba.zip FreeBSD-src-825933c1d21865057b537d2471f6f3fc22f644ba.tar.gz |
Remove DEBUG_FLAGS.
Diffstat (limited to 'usr.sbin/sade/Makefile')
-rw-r--r-- | usr.sbin/sade/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.sbin/sade/Makefile b/usr.sbin/sade/Makefile index f78859f..1a7c8b2 100644 --- a/usr.sbin/sade/Makefile +++ b/usr.sbin/sade/Makefile @@ -20,7 +20,6 @@ WARNS?= 3 CFLAGS+= -DPC98 .endif CFLAGS+= -I${.CURDIR}/../../contrib/dialog -I. -DEBUG_FLAGS= -O0 -g DPADD= ${LIBDIALOG} ${LIBNCURSESW} ${LIBM} ${LIBUTIL} ${LIBDISK} LDADD= -ldialog -lncursesw -lm -lutil -ldisk |