From f7caf2b30da93d46528ec706dffaf5cbde5266d9 Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Wed, 23 Feb 2011 11:07:30 +0100 Subject: Move all header files to /usr/include/bsd/ and deprecate /usr/include/ First stage of the transition to avoid possible clashes with other software by moving out of the way the remaining headers from /usr/include/. At least nlist.h is known to cause file conflicts with some libelf implementations. libutil.h is not really complete and might cause confusion if software detects its availability w/o someone actually checking. And lastly vis.h is not known to cause any problem and it's complete, but better be safe than sorry. The compatibility headers will be removed in a later release. --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 553b464..05771b7 100644 --- a/Makefile +++ b/Makefile @@ -71,6 +71,9 @@ LIB_INCLUDES := \ bsd/stdlib.h \ bsd/readpassphrase.h \ bsd/unistd.h \ + bsd/nlist.h \ + bsd/vis.h \ + bsd/libutil.h \ nlist.h \ vis.h \ libutil.h -- cgit v1.2.3