2012-03-31 20:24:03 +02:00
|
|
|
# $NetBSD: Makefile.inc,v 1.3 2009/05/08 23:36:42 christos Exp $
|
|
|
|
|
|
|
|
DIST=${.CURDIR}/../dist
|
|
|
|
WARNS=4
|
|
|
|
|
|
|
|
BINDIR?= /usr/bin
|
2012-10-26 15:22:39 +02:00
|
|
|
USE_FORT?= yes # data-driven bugs?
|
2012-03-31 20:24:03 +02:00
|
|
|
|
|
|
|
TOOL_MKMAGIC?= ${.OBJDIR}/file
|
|
|
|
|
|
|
|
MFILESDIR?= /usr/share/misc
|
|
|
|
MFILES?= magic.mgc
|
|
|
|
MAGIC?= ${MFILESDIR}/magic
|
|
|
|
|
2013-04-10 11:08:42 +02:00
|
|
|
#this is still required (will not compile without removing it): -DQUICK
|
|
|
|
CPPFLAGS+= -DMAGIC='"${MAGIC}"' -DHAVE_CONFIG_H -DBUILTIN_ELF \
|
2012-03-31 20:24:03 +02:00
|
|
|
-DELFCORE
|
|
|
|
CPPFLAGS+= -I${.CURDIR}/../include -I${DIST}/src
|
|
|
|
|
|
|
|
.PATH: ${DIST}/src ${DIST}/doc
|