aboutsummaryrefslogtreecommitdiff
path: root/lib/libncp/Makefile
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1999-11-12 15:09:58 +0000
committerPeter Wemm <peter@FreeBSD.org>1999-11-12 15:09:58 +0000
commiteaa07f7796aa9bb6ca3e69b2acff9903eeaf65ca (patch)
tree300962c00e252faaecedce52417857bc3580a139 /lib/libncp/Makefile
parente6daa89c158dc88cc64cf33e7e70809972f39719 (diff)
Notes
Diffstat (limited to 'lib/libncp/Makefile')
-rw-r--r--lib/libncp/Makefile10
1 files changed, 1 insertions, 9 deletions
diff --git a/lib/libncp/Makefile b/lib/libncp/Makefile
index c87d5e9ac583..39a0708e28ed 100644
--- a/lib/libncp/Makefile
+++ b/lib/libncp/Makefile
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD$
NCPLIB=${.CURDIR}
@@ -13,12 +13,4 @@ SRCS= ncpl_subr.c ncpl_bind.c ncpl_queue.c ncpl_file.c ncpl_misc.c \
ncpl_net.c ncpl_rcfile.c ncpl_conn.c ncpl_nls.c ncpl_msg.c \
ncpl_rpc.c ncpl_crypt.c ipx.c sap.c
-HEADERS=ncp_cfg.h ncp_lib.h ncp_file.h ncp_rcfile.h
-
-beforeinstall:
-.for hdr in ${HEADERS}
- ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 0444 \
- ${.CURDIR}/${hdr} ${DESTDIR}/usr/include/netncp
-.endfor
-
.include <bsd.lib.mk>