summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorthorpej <thorpej@NetBSD.org>2006-04-27 23:42:08 +0000
committerthorpej <thorpej@NetBSD.org>2006-04-27 23:42:08 +0000
commit66574ac8a63018bf05f80dc270004fd1b2de6b14 (patch)
tree7d307a7b899e2746e7422b1d4755e058a59e5c37 /include
parent90e292c96a948f3e990e871677181284dcb1d1b5 (diff)
Install proplib include files.
Diffstat (limited to 'include')
-rw-r--r--include/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/Makefile b/include/Makefile
index 209efd5fa5f..c9e40562723 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.122 2006/04/07 19:38:58 mrg Exp $
+# $NetBSD: Makefile,v 1.123 2006/04/27 23:42:08 thorpej Exp $
# @(#)Makefile 8.2 (Berkeley) 1/4/94
# Doing a make includes builds /usr/include
@@ -44,6 +44,7 @@ INCS+= stdbool.h
INCSDIR= /usr/include
SUBDIR= rpc
+SUBDIR+= ../common/include/prop
.include <bsd.prog.mk>
.include <bsd.subdir.mk>