diff options
| author | Rodney W. Grimes <rgrimes@FreeBSD.org> | 2000-01-14 07:57:47 +0000 |
|---|---|---|
| committer | Rodney W. Grimes <rgrimes@FreeBSD.org> | 2000-01-14 07:57:47 +0000 |
| commit | d05257b0f2bad8d76a4e0bb3cae2bdacb08ff947 (patch) | |
| tree | eb6fb1d114d443d91bf0dfbd4b2abce399113c75 /lib/libfetch | |
| parent | fccf86c1a443ed9e2359c8a05e6ec462078e5629 (diff) | |
Notes
Diffstat (limited to 'lib/libfetch')
| -rw-r--r-- | lib/libfetch/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/libfetch/Makefile b/lib/libfetch/Makefile index f40f2b630d62..21d615abadca 100644 --- a/lib/libfetch/Makefile +++ b/lib/libfetch/Makefile @@ -8,18 +8,13 @@ CFLAGS+= -DNDEBUG .endif SRCS= fetch.c common.c ftp.c http.c file.c fetch_err.c \ fetch_err.h ftperr.h httperr.h +INCS= fetch.h ${.OBJDIR}/fetch_err.h MAN3= fetch.3 CLEANFILES= fetch_err.c fetch_err.h ftperr.h httperr.h SHLIB_MAJOR= 1 SHLIB_MINOR= 0 -beforeinstall: - ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/fetch.h \ - ${DESTDIR}/usr/include - ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 fetch_err.h \ - ${DESTDIR}/usr/include - ftperr.h: ftp.errors @echo "static struct fetcherr _ftp_errlist[] = {" > ${.TARGET} @cat ${.ALLSRC} \ |
