vm: merge i386 and arm pagetable code
[minix.git] / external / bsd / file / Makefile.inc
blobf7e3f3d361215c009526fcf6cc2c690fd1193f4d
1 #       $NetBSD: Makefile.inc,v 1.3 2009/05/08 23:36:42 christos Exp $
3 DIST=${.CURDIR}/../dist
4 WARNS=4
6 BINDIR?= /usr/bin
7 USE_FORT?= no   # data-driven bugs?
9 .if ${USETOOLS} == "yes" 
10 TOOL_MKMAGIC?=  ${.OBJDIR}/file
11 .else
12 TOOL_MKMAGIC= ${.CURDIR}/../bin/file
13 .endif
15 MFILESDIR?=     /usr/share/misc
16 MFILES?=        magic.mgc
17 MAGIC?=         ${MFILESDIR}/magic
19 #-DQUICK
20 CPPFLAGS+=      -DMAGIC='"${MAGIC}"' -DHAVE_CONFIG_H  -DBUILTIN_ELF \
21                 -DELFCORE
22 CPPFLAGS+=      -I${.CURDIR}/../include -I${DIST}/src
24 .PATH:          ${DIST}/src ${DIST}/doc