From 4d3a8df5449dd50c8721c8fcb4aad43f2fe1fcad Mon Sep 17 00:00:00 2001 From: pooka Date: Sun, 16 Sep 2001 12:52:34 +0000 Subject: [PATCH] fix tyop (literally) clockctlh. -> clockctl.h --- sys/sys/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/sys/Makefile b/sys/sys/Makefile index 21a34cb46464..b60bbc5881a2 100644 --- a/sys/sys/Makefile +++ b/sys/sys/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.30 2001/09/16 09:52:08 jmc Exp $ +# $NetBSD: Makefile,v 1.31 2001/09/16 12:52:34 pooka Exp $ KDIR= /sys/sys INCSDIR= /usr/include/sys INCS= acct.h agpio.h ansi.h ataio.h audioio.h buf.h bswap.h \ callout.h cdefs.h cdefs_aout.h \ - cdefs_elf.h cdio.h chio.h clist.h clockctlh. conf.h core.h device.h \ + cdefs_elf.h cdio.h chio.h clist.h clockctl.h conf.h core.h device.h \ dir.h dirent.h disk.h disklabel.h disklabel_mbr.h dkbad.h dkio.h \ dkstat.h domain.h dvdio.h endian.h envsys.h errno.h exec.h exec_aout.h \ exec_coff.h exec_ecoff.h exec_elf.h exec_script.h extent.h fcntl.h \