Drop main() prototype. Syncs with NetBSD-8
[minix.git] / sys / arch / arm / include / Makefile.common
blob6d7643a53e8cd8e0e2644081c298cf0044d2a508
1 #       $NetBSD: Makefile.common,v 1.2 2013/05/02 03:56:40 matt Exp $
3 .PATH: ../../arm/include/common
5 .if 0
6 INCS+=  ansi.h aout_machdep.h asm.h \
7         bswap.h \
8         cdefs.h cpu.h \
9         elf_machdep.h endian.h endian_machdep.h \
10         fenv.h float.h frame.h \
11         ieee.h ieeefp.h \
12         int_const.h int_fmtio.h int_limits.h int_mwgwtypes.h int_types.h \
13         limits.h lock.h \
14         math.h mcontext.h mutex.h \
15         param.h pcb.h pmap.h pmc.h proc.h profile.h ptrace.h \
16         reg.h rwlock.h \
17         setjmp.h signal.h sysarch.h \
18         trap.h types.h \
19         vmparam.h \
20         wchar_limits.h
21 .else
22 INCS+=  disklabel.h \
23         intr.h
24 .endif
26 .include <bsd.kinc.mk>