aboutsummaryrefslogtreecommitdiff
path: root/lib/libnetgraph
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/libnetgraph
parentfccf86c1a443ed9e2359c8a05e6ec462078e5629 (diff)
Notes
Diffstat (limited to 'lib/libnetgraph')
-rw-r--r--lib/libnetgraph/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/libnetgraph/Makefile b/lib/libnetgraph/Makefile
index fe96f3d42fc6..39d9ad8e2657 100644
--- a/lib/libnetgraph/Makefile
+++ b/lib/libnetgraph/Makefile
@@ -8,11 +8,8 @@ SHLIB_MAJOR= 1
#SHLIB_MINOR= 1
SRCS= sock.c msg.c debug.c
+INCS= netgraph.h
CFLAGS+= -Wall
-beforeinstall:
- ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/netgraph.h \
- ${DESTDIR}/usr/include
-
.include <bsd.lib.mk>