diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1994-08-28 18:49:06 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1994-08-28 18:49:06 +0000 |
| commit | 2577a8acef31ccb449242f8c073d0b996d8a91f2 (patch) | |
| tree | f634567066510cf9e0c3eecd0cb9c32c09d5b419 /lib/libedit/Makefile | |
| parent | a8c32ea5a1a64cfc0983402b2ff6a600915fc38b (diff) | |
Notes
Diffstat (limited to 'lib/libedit/Makefile')
| -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 be056e0cdda8..0b6557f7e9bc 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: libedit.a test.o +test: test.o libedit.a ${DPADD} ${LIBTERM} ${CC} ${CFLAGS} ${.ALLSRC} -o ${.TARGET} libedit.a ${LDADD} -ltermcap .include <bsd.lib.mk> |
