summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDavid Michael <fedora.dm0@gmail.com>2014-12-07 23:21:16 -0500
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2014-12-09 02:00:51 +0100
commit6d9b349c4054b5998eea421823f97fb801ff8d75 (patch)
tree82a3591469b3cfef37db2c52e3c26110a366bd7b /include
parent7f68a98c5cad19350f53b00203465c72641b8f58 (diff)
include: don't install nonexistent refcount.h
* include/Makefile (installhdrs): Remove refcount.h.
Diffstat (limited to 'include')
-rw-r--r--include/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Makefile b/include/Makefile
index 4de165d1..b8773fe1 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -22,7 +22,7 @@
dir := include
makemode := misc
-installhdrs := sys/procfs.h refcount.h
+installhdrs := sys/procfs.h
include ../Makeconf