diff options
author | jschauma <jschauma@pkgsrc.org> | 2003-07-31 22:40:26 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2003-07-31 22:40:26 +0000 |
commit | 7fe8dcf6a670a045fedff854c48c62704cddd7fc (patch) | |
tree | 5255b9c50cf17efc9c4b0f8282de07ef84227846 /pkgtools/libnbcompat/files/Makefile.in | |
parent | 2fdc2dd1cb3005e1fd8047fd7a04868617017dab (diff) | |
download | pkgsrc-7fe8dcf6a670a045fedff854c48c62704cddd7fc.tar.gz |
Add the err.h header, so we can use it on systems that don't provide err.h
(functionality already in the library, just the header was missing).
Bumpt date to today.
Diffstat (limited to 'pkgtools/libnbcompat/files/Makefile.in')
-rw-r--r-- | pkgtools/libnbcompat/files/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgtools/libnbcompat/files/Makefile.in b/pkgtools/libnbcompat/files/Makefile.in index 8186b552641..1991a415c41 100644 --- a/pkgtools/libnbcompat/files/Makefile.in +++ b/pkgtools/libnbcompat/files/Makefile.in @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.in,v 1.7 2003/07/17 19:36:43 grant Exp $ +# $NetBSD: Makefile.in,v 1.8 2003/07/31 22:40:27 jschauma Exp $ # srcdir = @srcdir@ @@ -47,6 +47,7 @@ install: ${RANLIB} ${prefix}/lib/${LIB} ${INSTALL} -m 755 -d ${prefix}/include/libnbcompat ${INSTALL} -m 444 extern.h ${prefix}/include/libnbcompat + ${INSTALL} -m 444 err.h ${prefix}/include/libnbcompat ${INSTALL} -m 444 ftpglob.h ${prefix}/include/libnbcompat ${INSTALL} -m 444 fts.h ${prefix}/include/libnbcompat ${INSTALL} -m 444 getopt.h ${prefix}/include/libnbcompat |