diff options
| author | Mike Barcroft <mike@FreeBSD.org> | 2002-09-30 17:14:26 +0000 |
|---|---|---|
| committer | Mike Barcroft <mike@FreeBSD.org> | 2002-09-30 17:14:26 +0000 |
| commit | 793afc3a5b1a663db0ae962eb5b826ce7eacb0cf (patch) | |
| tree | cf452fbd1c20f40e2107ba65ea4130544b9d8493 /include | |
| parent | fc45d6c6641c9a66aab0c8a5d91c5b4be116cbcb (diff) | |
Notes
Diffstat (limited to 'include')
| -rw-r--r-- | include/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/Makefile b/include/Makefile index 7705b3782aaf..0212d8d3d8d5 100644 --- a/include/Makefile +++ b/include/Makefile @@ -26,8 +26,9 @@ INCS= a.out.h ar.h assert.h bitstring.h complex.h cpio.h ctype.h db.h \ MHDRS= float.h floatingpoint.h stdarg.h varargs.h -# posix4/aio.h conflicts with dysons and isn't installed: -PHDRS= mqueue.h sched.h semaphore.h _semaphore.h # aio.h +# posix4/aio.h conflicts with dysons and isn't installed, +# posix4/mqueue.h is useless without an implementation and isn't installed: +PHDRS= sched.h semaphore.h _semaphore.h # aio.h mqueue.h LHDRS= aio.h errno.h fcntl.h linker_set.h poll.h stdint.h syslog.h \ termios.h ucontext.h |
