diff options
| author | Rodney W. Grimes <rgrimes@FreeBSD.org> | 2000-01-14 07:57:47 +0000 |
|---|---|---|
| committer | Rodney W. Grimes <rgrimes@FreeBSD.org> | 2000-01-14 07:57:47 +0000 |
| commit | d05257b0f2bad8d76a4e0bb3cae2bdacb08ff947 (patch) | |
| tree | eb6fb1d114d443d91bf0dfbd4b2abce399113c75 /lib/libnetgraph | |
| parent | fccf86c1a443ed9e2359c8a05e6ec462078e5629 (diff) | |
Notes
Diffstat (limited to 'lib/libnetgraph')
| -rw-r--r-- | lib/libnetgraph/Makefile | 5 |
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> |
