Module Name: src Committed By: christos Date: Fri Dec 16 22:10:12 UTC 2016
Modified Files: src/sys/sys: Makefile Log Message: install psref.h now that <net/route.h> needs it. To generate a diff of this commit: cvs rdiff -u -r1.159 -r1.160 src/sys/sys/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/sys/Makefile diff -u src/sys/sys/Makefile:1.159 src/sys/sys/Makefile:1.160 --- src/sys/sys/Makefile:1.159 Sun Apr 24 15:48:29 2016 +++ src/sys/sys/Makefile Fri Dec 16 17:10:12 2016 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.159 2016/04/24 19:48:29 dholland Exp $ +# $NetBSD: Makefile,v 1.160 2016/12/16 22:10:12 christos Exp $ .include <bsd.own.mk> @@ -30,7 +30,7 @@ INCS= acct.h agpio.h aio.h ansi.h aout_m mman.h module.h mount.h mqueue.h msg.h msgbuf.h mtio.h mutex.h \ namei.h null.h \ param.h pcu.h pipe.h pmc.h poll.h pool.h power.h proc.h \ - protosw.h pset.h ptrace.h ptree.h \ + protosw.h pset.h psref.h ptrace.h ptree.h \ queue.h quota.h quotactl.h \ ras.h rbtree.h reboot.h radioio.h resource.h resourcevar.h rmd160.h \ rnd.h rndio.h rwlock.h \