diff options
author | obrien <obrien@FreeBSD.org> | 1999-08-25 03:40:55 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1999-08-25 03:40:55 +0000 |
commit | f6333bd1a12d5d23227c66978593886b1a7b4819 (patch) | |
tree | 787b01ee2b024cf043d61dde73a610782f67b932 /gnu | |
parent | 1e9a248e2615a5810fdc8b923877aa7d11dc64d6 (diff) | |
download | FreeBSD-src-f6333bd1a12d5d23227c66978593886b1a7b4819.zip FreeBSD-src-f6333bd1a12d5d23227c66978593886b1a7b4819.tar.gz |
Try to get /usr/include/readline back into the snapshots.
Submitted by: bde
Diffstat (limited to 'gnu')
-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 91f009c..4f54df4 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> |