diff options
| author | Brooks Davis <brooks@FreeBSD.org> | 2012-12-18 16:37:24 +0000 |
|---|---|---|
| committer | Brooks Davis <brooks@FreeBSD.org> | 2012-12-18 16:37:24 +0000 |
| commit | 8ccca1222d3d9e815f972a7acfc18a034ce4a4bb (patch) | |
| tree | af2fc41b0960db64adb617ce885a81fe748f415c /include/Makefile | |
| parent | 398228fc82c4d7cfc49c5aff6b9c8ad15c8d8933 (diff) | |
| parent | 98d3bb6efb3abbb40256406ab61f3bd2cac6c507 (diff) | |
Notes
Diffstat (limited to 'include/Makefile')
| -rw-r--r-- | include/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/Makefile b/include/Makefile index 161dcf05836c..33663390900a 100644 --- a/include/Makefile +++ b/include/Makefile @@ -23,9 +23,12 @@ INCS= a.out.h ar.h assert.h bitstring.h complex.h cpio.h _ctype.h ctype.h \ stdnoreturn.h stdio.h stdlib.h string.h stringlist.h \ strings.h sysexits.h tar.h termios.h tgmath.h \ time.h timeconv.h timers.h ttyent.h \ - ulimit.h unistd.h utime.h utmpx.h uuid.h varargs.h vis.h \ + ulimit.h unistd.h utime.h utmpx.h uuid.h varargs.h \ wchar.h wctype.h wordexp.h xlocale.h +.PATH: ${.CURDIR}/../contrib/libc-vis +INCS+= vis.h + MHDRS= float.h floatingpoint.h stdarg.h PHDRS= sched.h _semaphore.h |
