Module Name:    src
Committed By:   christos
Date:           Wed Jan  4 23:59:27 UTC 2017

Modified Files:
        src/sys/uvm: Makefile

Log Message:
really, don't install uvm_physseg.h!


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/uvm/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/uvm/Makefile
diff -u src/sys/uvm/Makefile:1.10 src/sys/uvm/Makefile:1.11
--- src/sys/uvm/Makefile:1.10	Thu Dec 22 08:26:24 2016
+++ src/sys/uvm/Makefile	Wed Jan  4 18:59:27 2017
@@ -1,11 +1,11 @@
-#	$NetBSD: Makefile,v 1.10 2016/12/22 13:26:24 cherry Exp $
+#	$NetBSD: Makefile,v 1.11 2017/01/04 23:59:27 christos Exp $
 
 INCSDIR= /usr/include/uvm
 
 INCS=	uvm.h uvm_amap.h uvm_anon.h uvm_aobj.h uvm_device.h \
 	uvm_extern.h uvm_fault.h uvm_fault_i.h uvm_glue.h \
 	uvm_km.h uvm_loan.h \
-	uvm_map.h uvm_object.h uvm_page.h uvm_physseg.h \
+	uvm_map.h uvm_object.h uvm_page.h \
 	uvm_pager.h uvm_param.h uvm_pdaemon.h uvm_pglist.h \
 	uvm_pmap.h uvm_prot.h uvm_stat.h \
 	uvm_swap.h

Reply via email to