diff options
author | phk <phk@FreeBSD.org> | 2002-04-01 20:20:16 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2002-04-01 20:20:16 +0000 |
commit | 1bcafdd12907747f0c52e3be2b2aeb3606796de2 (patch) | |
tree | 4e74e99f377998d28ea84126d59a2ff38d1f474f /include/Makefile | |
parent | 1659cf4006cb29c2fb2c19aefb87862b70d2859b (diff) | |
download | FreeBSD-src-1bcafdd12907747f0c52e3be2b2aeb3606796de2.zip FreeBSD-src-1bcafdd12907747f0c52e3be2b2aeb3606796de2.tar.gz |
Remove the disktab.h include file from the build.
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 0564fa1..4d01fd0 100644 --- a/include/Makefile +++ b/include/Makefile @@ -9,7 +9,7 @@ CLEANFILES= osreldate.h version vers.c SUBDIR= rpcsvc rpc HDRS= a.out.h ar.h assert.h bitstring.h complex.h ctype.h db.h \ - dirent.h disktab.h \ + dirent.h \ dlfcn.h elf.h elf-hints.h err.h fnmatch.h fstab.h \ fts.h glob.h grp.h \ hesiod.h histedit.h ieeefp.h ifaddrs.h inttypes.h iso646.h langinfo.h \ |