aboutsummaryrefslogtreecommitdiff
path: root/lib/libftpio
diff options
context:
space:
mode:
authorRodney W. Grimes <rgrimes@FreeBSD.org>2000-01-14 07:57:47 +0000
committerRodney W. Grimes <rgrimes@FreeBSD.org>2000-01-14 07:57:47 +0000
commitd05257b0f2bad8d76a4e0bb3cae2bdacb08ff947 (patch)
treeeb6fb1d114d443d91bf0dfbd4b2abce399113c75 /lib/libftpio
parentfccf86c1a443ed9e2359c8a05e6ec462078e5629 (diff)
Notes
Diffstat (limited to 'lib/libftpio')
-rw-r--r--lib/libftpio/Makefile5
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}