diff options
author | obrien <obrien@FreeBSD.org> | 2000-06-06 22:55:41 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-06-06 22:55:41 +0000 |
commit | 83e3f9405a8afd2e5ad628e1f3736800841c426a (patch) | |
tree | 2d134fa0896c3f8a7daa21ac825f3e1803bb5e67 /usr.bin/ee/Makefile | |
parent | ac9632abb9b206912f6e88000aa22cac09f36800 (diff) | |
download | FreeBSD-src-83e3f9405a8afd2e5ad628e1f3736800841c426a.zip FreeBSD-src-83e3f9405a8afd2e5ad628e1f3736800841c426a.tar.gz |
Add links to "edit" to ease tech support's job.
Diffstat (limited to 'usr.bin/ee/Makefile')
-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 859d53b..02f5d83 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 |