diff options
| author | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1994-09-11 21:53:28 +0000 |
|---|---|---|
| committer | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1994-09-11 21:53:28 +0000 |
| commit | 6897a8a75d2edb2529220cd89b8dc4fbf38aa6b3 (patch) | |
| tree | f4cee079132081a2a0550f8887e3a1f63c9960dd /lib/libedit | |
| parent | 88782905c03323f239f8f5bed8af550dd8471e6f (diff) | |
Notes
Diffstat (limited to 'lib/libedit')
| -rw-r--r-- | lib/libedit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libedit/Makefile b/lib/libedit/Makefile index 0b6557f7e9bc..f9e278054092 100644 --- a/lib/libedit/Makefile +++ b/lib/libedit/Makefile @@ -46,7 +46,7 @@ editline.c: ${OSRCS} .depend: vi.h emacs.h common.h fcns.h help.h help.c -test: test.o libedit.a ${DPADD} ${LIBTERM} +test: test.o libedit.a ${DPADD} ${LIBTERMCAP} ${CC} ${CFLAGS} ${.ALLSRC} -o ${.TARGET} libedit.a ${LDADD} -ltermcap .include <bsd.lib.mk> |
