Remove GCC-specific flags.

This commit is contained in:
Mark Murray 2002-04-28 13:58:41 +00:00
parent 4b1b25d919
commit 4d56f83516
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=95655

View file

@ -4,7 +4,6 @@ CFLAGS+= -DCAP -DHAS_NCURSES -DHAS_UNISTD -DHAS_STDARG -DHAS_STDLIB \
-DHAS_CTYPE -DHAS_SYS_IOCTL -DHAS_SYS_WAIT -DSLCT_HDR
PROG= ee
CFLAGS+=-Wall
LINKS= ${BINDIR}/ee ${BINDIR}/ree ${BINDIR}/ee ${BINDIR}/edit
MLINKS= ee.1 ree.1 ee.1 edit.1
DPADD= ${LIBNCURSES}