diff --git a/usr.bin/ee/Makefile b/usr.bin/ee/Makefile index 859d53b92d7a..02f5d837660f 100644 --- a/usr.bin/ee/Makefile +++ b/usr.bin/ee/Makefile @@ -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