diff options
| author | ad <ad@NetBSD.org> | 2007-02-09 21:55:00 +0000 |
|---|---|---|
| committer | ad <ad@NetBSD.org> | 2007-02-09 21:55:00 +0000 |
| commit | b07ec3fc388a5aeae51e8871aa89eefea3ce1e53 (patch) | |
| tree | c93d3b23a29f98ac0e26c9d43afb509219d0ea42 /sys/arch/atari/include/Makefile | |
| parent | 5c1aad3ad0b9d2403784bd52128e8e8399e22254 (diff) | |
Merge newlock2 to head.
Diffstat (limited to 'sys/arch/atari/include/Makefile')
| -rw-r--r-- | sys/arch/atari/include/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/atari/include/Makefile b/sys/arch/atari/include/Makefile index a9eb39d1e05..03293c9ab4a 100644 --- a/sys/arch/atari/include/Makefile +++ b/sys/arch/atari/include/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2006/07/26 19:54:56 drochner Exp $ +# $NetBSD: Makefile,v 1.24 2007/02/09 21:55:02 ad Exp $ INCSDIR= /usr/include/atari @@ -12,9 +12,9 @@ INCS= ahdilabel.h ansi.h aout_machdep.h asm.h \ int_const.h int_fmtio.h int_limits.h int_mwgwtypes.h int_types.h \ kcore.h \ limits.h lock.h \ - math.h mcontext.h msioctl.h mtpr.h \ + math.h mcontext.h msioctl.h mtpr.h mutex.h \ param.h pcb.h pmap.h pmc.h proc.h profile.h psl.h pte.h ptrace.h \ - reg.h \ + reg.h rwlock.h \ setjmp.h signal.h stdarg.h \ trap.h types.h \ varargs.h vmparam.h \ |
