diff options
author | mike <mike@FreeBSD.org> | 2002-08-05 06:49:58 +0000 |
---|---|---|
committer | mike <mike@FreeBSD.org> | 2002-08-05 06:49:58 +0000 |
commit | 6173b2ee76bf15494f39f072811060dc30e69561 (patch) | |
tree | 07b35287936c136d58a39fd5f83084d4146cc982 /include/Makefile | |
parent | 273b24988c75a7b68ff02bc3b84beec00263bb9b (diff) | |
download | FreeBSD-src-6173b2ee76bf15494f39f072811060dc30e69561.zip FreeBSD-src-6173b2ee76bf15494f39f072811060dc30e69561.tar.gz |
Implement POSIX.1-2001 (XSI)'s fmtmsg(3).
Diffstat (limited to 'include/Makefile')
-rw-r--r-- | include/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Makefile b/include/Makefile index 1591211..ae4247f 100644 --- a/include/Makefile +++ b/include/Makefile @@ -10,7 +10,7 @@ CLEANFILES= osreldate.h version vers.c SUBDIR= arpa protocols rpcsvc rpc INCS= a.out.h ar.h assert.h bitstring.h complex.h cpio.h ctype.h db.h \ dirent.h \ - dlfcn.h elf.h elf-hints.h err.h fnmatch.h fstab.h \ + dlfcn.h elf.h elf-hints.h err.h fnmatch.h fmtmsg.h fstab.h \ fts.h glob.h grp.h \ hesiod.h histedit.h ieeefp.h ifaddrs.h inttypes.h iso646.h kenv.h \ langinfo.h \ |