summaryrefslogtreecommitdiffstats
path: root/lib/libdevinfo/Makefile
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>2001-04-20 23:10:09 +0000
committermsmith <msmith@FreeBSD.org>2001-04-20 23:10:09 +0000
commitdd6af5226aca360be11a156d6f31ac87757f63d9 (patch)
tree338ae07d1711a2c842c8c5af374d0b921cb002f3 /lib/libdevinfo/Makefile
parent79878361a823975e9d3f148b843b6ba0327951a7 (diff)
downloadFreeBSD-src-dd6af5226aca360be11a156d6f31ac87757f63d9.zip
FreeBSD-src-dd6af5226aca360be11a156d6f31ac87757f63d9.tar.gz
devinfo_var.h should not be in INCS
Diffstat (limited to 'lib/libdevinfo/Makefile')
-rw-r--r--lib/libdevinfo/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libdevinfo/Makefile b/lib/libdevinfo/Makefile
index e1260db..c342402 100644
--- a/lib/libdevinfo/Makefile
+++ b/lib/libdevinfo/Makefile
@@ -2,7 +2,7 @@
LIB= devinfo
SRCS= devinfo.c
-INCS= devinfo.h devinfo_var.h
+INCS= devinfo.h
MAN3= devinfo.3
OpenPOWER on IntegriCloud