From f837393b7096026c984e60d5f6ab66a671a621cf Mon Sep 17 00:00:00 2001 From: wosch Date: Mon, 29 Jul 1996 13:46:12 +0000 Subject: ree (aka ee) doesn't have a man page Submitted by: Philippe Charnier charnier@lirmm.fr --- usr.bin/ee/Makefile | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.1