summaryrefslogtreecommitdiffstats
path: root/lib/libnetgraph/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libnetgraph/Makefile')
-rw-r--r--lib/libnetgraph/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/lib/libnetgraph/Makefile b/lib/libnetgraph/Makefile
new file mode 100644
index 0000000..569a1f7
--- /dev/null
+++ b/lib/libnetgraph/Makefile
@@ -0,0 +1,19 @@
+# $FreeBSD$
+# $Whistle: Makefile,v 1.4 1999/01/17 03:41:02 julian Exp $
+
+LIB= netgraph
+MAN3= netgraph.3
+
+SHLIB_MAJOR= 1
+#SHLIB_MINOR= 1
+
+SRCS= sock.c msg.c debug.c
+
+CFLAGS+= -g -Wall -O2 -Werror
+CFLAGS+= -I/usr/src.freefall/sys
+
+beforeinstall:
+ ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/netgraph.h \
+ ${DESTDIR}/usr/include
+
+.include <bsd.lib.mk>
OpenPOWER on IntegriCloud