diff options
author | 1996-06-10 06:22:12 +0000 | |
---|---|---|
committer | 1996-06-10 06:22:12 +0000 | |
commit | e3ad6b72a016d50d982bba3fe3dbe0aeb52984d9 (patch) | |
tree | c28de1e1187b307f9498c596ef5a4a24305035ff | |
parent | exit nicely, error out nicely (diff) | |
download | wireguard-openbsd-e3ad6b72a016d50d982bba3fe3dbe0aeb52984d9.tar.xz wireguard-openbsd-e3ad6b72a016d50d982bba3fe3dbe0aeb52984d9.zip |
includes target
-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 b67c748090d..977b48b7027 100644 --- a/lib/libedit/Makefile +++ b/lib/libedit/Makefile @@ -50,7 +50,7 @@ all: vi.h emacs.h common.h fcns.h help.h help.c test: libedit.a test.o ${CC} ${CFLAGS} ${.ALLSRC} -o ${.TARGET} libedit.a ${LDADD} -ltermcap -beforeinstall: +includes: -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 \ |