Deleted Added
full compact
Makefile (55336) Makefile (55955)
1# $FreeBSD: head/lib/libnetgraph/Makefile 55336 2000-01-03 12:01:30Z marcel $
1# $FreeBSD: head/lib/libnetgraph/Makefile 55955 2000-01-14 07:57:47Z rgrimes $
2# $Whistle: Makefile,v 1.4 1999/01/17 03:41:02 julian Exp $
3
4LIB= netgraph
5MAN3= netgraph.3
6
7SHLIB_MAJOR= 1
8#SHLIB_MINOR= 1
9
10SRCS= sock.c msg.c debug.c
2# $Whistle: Makefile,v 1.4 1999/01/17 03:41:02 julian Exp $
3
4LIB= netgraph
5MAN3= netgraph.3
6
7SHLIB_MAJOR= 1
8#SHLIB_MINOR= 1
9
10SRCS= sock.c msg.c debug.c
11INCS= netgraph.h
11
12CFLAGS+= -Wall
13
12
13CFLAGS+= -Wall
14
14beforeinstall:
15 ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/netgraph.h \
16 ${DESTDIR}/usr/include
17
18.include <bsd.lib.mk>
15.include <bsd.lib.mk>