Add links to "edit" to ease tech support's job.

This commit is contained in:
David E. O'Brien 2000-06-06 22:55:41 +00:00
parent 2f9aa04e7f
commit eaee96e94a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=61348

View File

@ -1,10 +1,12 @@
# $FreeBSD$
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
LINKS= ${BINDIR}/ee ${BINDIR}/ree ${BINDIR}/ee ${BINDIR}/edit
MLINKS= ee.1 ree.1 ee.1 edit.1
DPADD= ${LIBNCURSES} ${LIBMYTINFO}
LDADD= -lncurses -lmytinfo