diff options
| author | Garrett Wollman <wollman@FreeBSD.org> | 1994-08-04 20:47:46 +0000 |
|---|---|---|
| committer | Garrett Wollman <wollman@FreeBSD.org> | 1994-08-04 20:47:46 +0000 |
| commit | 8401cb0d9a65f3efffb39594f2663d59cedbe091 (patch) | |
| tree | 634b53d352b29d52486a77b3c810271203bf083d /lib/libedit/Makefile | |
| parent | dba7a33ecc086511ad0d9e5ac3a981e8e9728b48 (diff) | |
Notes
Diffstat (limited to 'lib/libedit/Makefile')
| -rw-r--r-- | lib/libedit/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/libedit/Makefile b/lib/libedit/Makefile index 9dc0471b02cd..605766d9debe 100644 --- a/lib/libedit/Makefile +++ b/lib/libedit/Makefile @@ -49,10 +49,4 @@ editline.c: ${OSRCS} test: libedit.a test.o ${CC} ${CFLAGS} ${.ALLSRC} -o ${.TARGET} libedit.a ${LDADD} -ltermcap -beforeinstall: - -cd ${.CURDIR}; cmp -s histedit.h ${DESTDIR}/usr/include/histedit.h > \ - /dev/null 2>&1 || \ - install -c -o ${BINOWN} -g ${BINGRP} -m 444 histedit.h \ - ${DESTDIR}/usr/include - .include <bsd.lib.mk> |
