diff options
author | pfg <pfg@FreeBSD.org> | 2014-07-17 02:14:25 +0000 |
---|---|---|
committer | pfg <pfg@FreeBSD.org> | 2014-07-17 02:14:25 +0000 |
commit | 30eedb40f8116d0b9e1474448737253ee214d44a (patch) | |
tree | f9a2b5d76dcd431fca9f52c6c575514897497474 /lib/libedit/Makefile | |
parent | 082dc1af3f2b61b464dcf541f07a5ee1969edbb2 (diff) | |
download | FreeBSD-src-30eedb40f8116d0b9e1474448737253ee214d44a.zip FreeBSD-src-30eedb40f8116d0b9e1474448737253ee214d44a.tar.gz |
MFC r268502:
Sync some (mostly cosmetical) changes from NetBSD
Makefile,v 1.37
tc1.c v 1.3
Rename TEST/test.c tc1.c
common.c,v 1.23
pass lint on _LP64.
emacs.c,v 1.22
pass lint on _LP64.
filecomplete.h,v 1.8
mv NetBSD ID back from 1.9 as we don't
have the widecharacter support.
prompt.c,v 1.14
prompt.h,v 1.9
term.h,v 1.20
read.h,v 1.6
Update NetBSD version strings
sys.h,v 1.12
Misc sun stuff.
tty.c 1.31
handle EINTR in the termios operations
Allow a single process to control multiple ttys (for pthreads using _REENTRANT)
using multiple EditLine objects.
pass lint on _LP64.
Don't depend on side effects inside an assert
Obtained from: NetBSD
Diffstat (limited to 'lib/libedit/Makefile')
-rw-r--r-- | lib/libedit/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libedit/Makefile b/lib/libedit/Makefile index d8ae646..c8de253 100644 --- a/lib/libedit/Makefile +++ b/lib/libedit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2005/05/28 12:02:53 lukem Exp $ +# $NetBSD: Makefile,v 1.37 2009/01/18 12:17:49 lukem Exp $ # @(#)Makefile 8.1 (Berkeley) 6/4/93 # $FreeBSD$ @@ -70,9 +70,9 @@ editline.c: ${OSRCS} editline.o editline.po editline.So editline.ln: \ common.h emacs.h fcns.c fcns.h help.c help.h vi.h -test.o: ${.CURDIR}/TEST/test.c +tc1.o: ${.CURDIR}/TEST/tc1.c -test: test.o libedit.a ${DPADD} ${LIBTERMCAP} +test: tc1.o libedit.a ${DPADD} ${LIBTERMCAP} ${CC} ${CFLAGS} ${.ALLSRC} -o ${.TARGET} libedit.a ${LDADD} .include <bsd.lib.mk> |