diff options
-rw-r--r-- | usr.bin/ee/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/ee/Makefile b/usr.bin/ee/Makefile index e877fc7..0edddc0 100644 --- a/usr.bin/ee/Makefile +++ b/usr.bin/ee/Makefile @@ -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 |