summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authordholland <dholland@NetBSD.org>2012-02-05 14:19:02 +0000
committerdholland <dholland@NetBSD.org>2012-02-05 14:19:02 +0000
commit7c87fd909deb2db56fb19d7daca6aa3d5f48eb99 (patch)
treed9b32d8312f96cbd8a8e226578a4e6154732aef5 /include
parent182f796ccf13520ddb9b4730ba47ebe027794961 (diff)
Migrate one last leftover bit (used only by the kernel now) to
sys/ufs/ufs and remove the old quota headers and no-longer-used shared code. Ok by releng.
Diffstat (limited to 'include')
-rw-r--r--include/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/Makefile b/include/Makefile
index 1bd046a5db0..f544b8e5de6 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.137 2012/01/09 15:19:45 dholland Exp $
+# $NetBSD: Makefile,v 1.138 2012/02/05 14:19:02 dholland Exp $
# @(#)Makefile 8.2 (Berkeley) 1/4/94
# Doing a make includes builds /usr/include
@@ -45,7 +45,6 @@ INCSDIR= /usr/include
SUBDIR= rpc
SUBDIR+= ../common/include/prop
SUBDIR+= ../common/include/ppath
-SUBDIR+= ../common/include/quota
.include <bsd.prog.mk>
.include <bsd.subdir.mk>