diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2000-07-15 07:29:31 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2000-07-15 07:29:31 +0000 |
commit | e6d0854e13b64e40140480e08569e93f3c6b93cb (patch) | |
tree | 4ad1df1e542a1f3513ccb842e719aa03ea938119 /include | |
parent | 8b0561f1900283a280aa406a12c2db7e4c7eaea0 (diff) | |
download | src-test2-e6d0854e13b64e40140480e08569e93f3c6b93cb.tar.gz src-test2-e6d0854e13b64e40140480e08569e93f3c6b93cb.zip |
Notes
Diffstat (limited to 'include')
-rw-r--r-- | include/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Makefile b/include/Makefile index e65d38e8c9e5..752d2d54564c 100644 --- a/include/Makefile +++ b/include/Makefile @@ -10,7 +10,7 @@ CLEANFILES= osreldate.h version vers.c SUBDIR= rpcsvc FILES= a.out.h ar.h assert.h bitstring.h ctype.h db.h dirent.h disktab.h \ dlfcn.h elf.h err.h fnmatch.h fstab.h \ - fts.h glob.h grp.h strhash.h histedit.h ieeefp.h iso646.h \ + fts.h glob.h grp.h strhash.h histedit.h ieeefp.h ifaddrs.h iso646.h \ limits.h link.h locale.h malloc.h memory.h mpool.h \ ndbm.h netdb.h nl_types.h nlist.h objformat.h \ paths.h pthread.h pthread_np.h pwd.h \ |