diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2022-08-30 18:50:07 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2022-08-30 18:50:07 +0000 |
commit | c89187ea57763cd0c33c79f4fa27cc46916ea224 (patch) | |
tree | e0bbd2e74771a34fca7ba3bb2705f997703ffe3d /include | |
parent | 1e0ccb7443ea24ddffe2000f32c94becde2adbd2 (diff) |
Nuke disktab.h references in preparation for nuking disktab.h.
disktab.h has not been used or useful for a looooong time.
Detailed historical research by jsg@.
ok jsg@ deraadt@
Diffstat (limited to 'include')
-rw-r--r-- | include/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/Makefile b/include/Makefile index 1fd278b408a..1d874e8c70f 100644 --- a/include/Makefile +++ b/include/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.229 2021/06/09 19:44:55 mortimer Exp $ +# $OpenBSD: Makefile,v 1.230 2022/08/30 18:50:06 krw Exp $ # $NetBSD: Makefile,v 1.59 1996/05/15 21:36:43 jtc Exp $ # @(#)Makefile 5.45.1.1 (Berkeley) 5/6/91 @@ -12,7 +12,7 @@ FILES= a.out.h ar.h asr.h assert.h \ bitstring.h blf.h bsd_auth.h \ complex.h cpio.h ctype.h curses.h \ - db.h dirent.h disktab.h dlfcn.h \ + db.h dirent.h dlfcn.h \ elf.h elf_abi.h err.h errno.h \ fenv.h float.h fnmatch.h fstab.h fts.h ftw.h \ getopt.h glob.h grp.h \ |