diff options
author | mike <mike@FreeBSD.org> | 2002-08-01 07:18:38 +0000 |
---|---|---|
committer | mike <mike@FreeBSD.org> | 2002-08-01 07:18:38 +0000 |
commit | aeb3f4a795522887e433f8653302426b15762a2a (patch) | |
tree | c838794c47de3f13dbab88f84f1abf21d3e5f482 /include/Makefile | |
parent | 00b9d17af80c536ef3f13148fdec855331b41dfb (diff) | |
download | FreeBSD-src-aeb3f4a795522887e433f8653302426b15762a2a.zip FreeBSD-src-aeb3f4a795522887e433f8653302426b15762a2a.tar.gz |
Implement the POSIX.1-2001 (XSI) header, <cpio.h>.
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 54e71bb..39c3d3f 100644 --- a/include/Makefile +++ b/include/Makefile @@ -8,7 +8,7 @@ CLEANFILES= osreldate.h version vers.c SUBDIR= arpa protocols rpcsvc rpc -INCS= a.out.h ar.h assert.h bitstring.h complex.h ctype.h db.h \ +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 \ fts.h glob.h grp.h \ |