diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 1999-08-25 03:40:55 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 1999-08-25 03:40:55 +0000 |
| commit | 26b39b01f18b73087835e0f14b94a4f0456b1ba6 (patch) | |
| tree | 17fb453e8f5a50197802929e6349d1c0b91e4321 | |
| parent | 480bc7e108d2bd096e5326ceea9c29e858375181 (diff) | |
Notes
| -rw-r--r-- | gnu/lib/libreadline/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/lib/libreadline/Makefile b/gnu/lib/libreadline/Makefile index 91f009c9f688..4f54df49dd8f 100644 --- a/gnu/lib/libreadline/Makefile +++ b/gnu/lib/libreadline/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.30 1998/04/28 07:16:24 ache Exp $ +# $Id: Makefile,v 1.31 1999/05/28 04:25:45 ache Exp $ SUBDIR = history readline @@ -13,4 +13,4 @@ beforeinstall: ${DESTDIR}/usr/include/readline .endfor -.include <bsd.subdir.mk> +.include <bsd.prog.mk> |
