diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2000-06-06 22:55:41 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-06-06 22:55:41 +0000 |
| commit | eaee96e94a8753bd490bdf67fceb90b5313e3ea1 (patch) | |
| tree | 880ffbd8318f6d971865a6d3f73d782376efedef /usr.bin | |
| parent | 2f9aa04e7fb938281e18833a8a8cc199a2ac23af (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/ee/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.bin/ee/Makefile b/usr.bin/ee/Makefile index 859d53b92d7a4..02f5d837660fa 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 |
