diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2001-03-25 00:47:26 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2001-03-25 00:47:26 +0000 |
commit | 64a2c8ccef31802636b2bb3dd413fd98bbd96eb8 (patch) | |
tree | 61a23ce23451743bb91dab18f139ca0e61c98e64 /gnu/lib/libreadline | |
parent | b3024243d245a7efe6886f0142f4d5704f98c91c (diff) |
Get rid of doc hacks, set SUBDIR and use bsd.subdir.mk. Apparently I
was on drugs earlier.
Diffstat (limited to 'gnu/lib/libreadline')
-rw-r--r-- | gnu/lib/libreadline/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/gnu/lib/libreadline/Makefile b/gnu/lib/libreadline/Makefile index 5e3a2f86a1f..14ae396c42f 100644 --- a/gnu/lib/libreadline/Makefile +++ b/gnu/lib/libreadline/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2001/03/23 03:57:24 millert Exp $ +# $OpenBSD: Makefile,v 1.4 2001/03/25 00:47:25 millert Exp $ LIB= readline SRCS= readline.c funmap.c keymaps.c vi_mode.c parens.c rltty.c complete.c \ @@ -6,6 +6,7 @@ SRCS= readline.c funmap.c keymaps.c vi_mode.c parens.c rltty.c complete.c \ input.c callback.c terminal.c xmalloc.c history.c histsearch.c \ histexpand.c histfile.c nls.c search.c shell.c savestring.c tilde.c HDRS= readline.h chardefs.h keymaps.h history.h tilde.h rlstdc.h rlconf.h +SUBDIR= doc CPPFLAGS+=-DHAVE_CONFIG_H -I${.CURDIR} includes: @@ -17,10 +18,5 @@ includes: eval "$$j"; \ done -all: - @cd ${.CURDIR}/doc && ${MAKE} all - -cleandir: - @cd ${.CURDIR}/doc && ${MAKE} cleandir - .include <bsd.lib.mk> +.include <bsd.subdir.mk> |