diff options
| author | Julian Elischer <julian@FreeBSD.org> | 1999-10-21 09:06:11 +0000 |
|---|---|---|
| committer | Julian Elischer <julian@FreeBSD.org> | 1999-10-21 09:06:11 +0000 |
| commit | 4cf49a43559ed9fdad601bdcccd2c55963008675 (patch) | |
| tree | 722c03ee4d750dd89ed43b028c35302fbfd03bfd /lib/libnetgraph/Makefile | |
| parent | 67494b1a71eccedcce178eba53e7d31f35d44016 (diff) | |
Notes
Diffstat (limited to 'lib/libnetgraph/Makefile')
| -rw-r--r-- | lib/libnetgraph/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/lib/libnetgraph/Makefile b/lib/libnetgraph/Makefile new file mode 100644 index 000000000000..569a1f7b6996 --- /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> |
