diff options
| author | David Chisnall <theraven@FreeBSD.org> | 2012-02-14 12:03:23 +0000 |
|---|---|---|
| committer | David Chisnall <theraven@FreeBSD.org> | 2012-02-14 12:03:23 +0000 |
| commit | 82dd5016bd749d1d9e1531bd1703aebeecceab34 (patch) | |
| tree | d83544c2e798a9a440baf38564df616970b2b0f5 /include/Makefile | |
| parent | 9b1246ca382e294b0905b8fe1923d80524b74937 (diff) | |
Notes
Diffstat (limited to 'include/Makefile')
| -rw-r--r-- | include/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/Makefile b/include/Makefile index 5fc39230bde5..e54f9cd84c4b 100644 --- a/include/Makefile +++ b/include/Makefile @@ -6,7 +6,7 @@ .include <bsd.own.mk> CLEANFILES= osreldate.h version vers.c -SUBDIR= arpa gssapi protocols rpcsvc rpc +SUBDIR= arpa gssapi protocols rpcsvc rpc xlocale INCS= a.out.h ar.h assert.h bitstring.h complex.h cpio.h _ctype.h ctype.h \ db.h \ dirent.h dlfcn.h elf.h elf-hints.h err.h fmtmsg.h fnmatch.h fstab.h \ @@ -24,7 +24,7 @@ INCS= a.out.h ar.h assert.h bitstring.h complex.h cpio.h _ctype.h ctype.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 \ - wchar.h wctype.h wordexp.h xlocale.h _xlocale_ctype.h + wchar.h wctype.h wordexp.h xlocale.h MHDRS= float.h floatingpoint.h stdarg.h |
