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/libftpio | |
| parent | fccf86c1a443ed9e2359c8a05e6ec462078e5629 (diff) | |
Notes
Diffstat (limited to 'lib/libftpio')
| -rw-r--r-- | lib/libftpio/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/libftpio/Makefile b/lib/libftpio/Makefile index ecbc7305f111..7709dead85ea 100644 --- a/lib/libftpio/Makefile +++ b/lib/libftpio/Makefile @@ -5,14 +5,11 @@ SHLIB_MAJOR= 5 SHLIB_MINOR= 0 SRCS= ftpio.c ftperr.c +INCS= ftpio.h CFLAGS+= -I${.CURDIR} -Wall MAN3= ftpio.3 CLEANFILES= ftperr.c -beforeinstall: - ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/ftpio.h \ - ${DESTDIR}/usr/include - ftperr.c: ftp.errors @echo '#include <stdio.h>' > ${.TARGET} @echo '#include "ftpio.h"' >> ${.TARGET} |
