1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-11 09:50:12 +00:00

ree (aka ee) doesn't have a man page

Submitted by:	 Philippe Charnier           charnier@lirmm.fr
This commit is contained in:
Wolfram Schneider 1996-07-29 13:46:12 +00:00
parent 66f5888511
commit e8e96a328e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=17328

View File

@ -4,6 +4,7 @@ CFLAGS+= -DCAP -DHAS_NCURSES -DHAS_UNISTD -DHAS_STDARG -DHAS_STDLIB \
PROG= ee
SRCS= ee.c
LINKS= ${BINDIR}/ee ${BINDIR}/ree
MLINKS= ee.1 ree.1
DPADD= ${LIBNCURSES} ${LIBMYTINFO}
LDADD= -lncurses -lmytinfo