From fa288ab6ce15705589c6992970e9bb2d8afa5c86 Mon Sep 17 00:00:00 2001 From: darran Date: Mon, 1 Mar 2010 11:25:05 +0000 Subject: [PATCH] Backout accidental commit adding sdt.h (hold off until CTF toolchain build is ready). --- sys/sys/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/sys/Makefile b/sys/sys/Makefile index 50ee133d87db..9ceb8c319cee 100644 --- a/sys/sys/Makefile +++ b/sys/sys/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.124 2010/03/01 11:19:41 darran Exp $ +# $NetBSD: Makefile,v 1.125 2010/03/01 11:25:05 darran Exp $ .include @@ -29,7 +29,7 @@ INCS= acct.h agpio.h aio.h ansi.h aout_mids.h ataio.h atomic.h audioio.h \ queue.h \ ras.h rb.h reboot.h radioio.h resource.h resourcevar.h rmd160.h \ rnd.h rwlock.h sa.h satypes.h \ - scanio.h sched.h scsiio.h sdt.h select.h selinfo.h sem.h sha1.h \ + scanio.h sched.h scsiio.h select.h selinfo.h sem.h sha1.h \ sha2.h shm.h siginfo.h signal.h signalvar.h sigtypes.h simplelock.h \ sleepq.h socket.h \ socketvar.h sockio.h specificdata.h stat.h statvfs.h \