aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/ee/Makefile
diff options
context:
space:
mode:
authorArchie Cobbs <archie@FreeBSD.org>1998-12-06 22:58:23 +0000
committerArchie Cobbs <archie@FreeBSD.org>1998-12-06 22:58:23 +0000
commitfa146c53357ea20afd3661d8093ea1db44198d5f (patch)
treea75604be1743b2dbb3ae09ab3f3275f9f1d33d75 /usr.bin/ee/Makefile
parent872963ff956b81ce07e442531158371f50388eb4 (diff)
downloadsrc-fa146c53357ea20afd3661d8093ea1db44198d5f.tar.gz
src-fa146c53357ea20afd3661d8093ea1db44198d5f.zip
Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]).
Notes
Notes: svn path=/head/; revision=41568
Diffstat (limited to 'usr.bin/ee/Makefile')
-rw-r--r--usr.bin/ee/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/ee/Makefile b/usr.bin/ee/Makefile
index 08488471f6ad..859d53b92d7a 100644
--- a/usr.bin/ee/Makefile
+++ b/usr.bin/ee/Makefile
@@ -2,6 +2,7 @@ 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
MLINKS= ee.1 ree.1
DPADD= ${LIBNCURSES} ${LIBMYTINFO}