08ff44c446
Change-Id: I0d025059ba0b200ac1162ea5a764fd756600ecd0
20 lines
491 B
Makefile
20 lines
491 B
Makefile
# $NetBSD: Makefile.inc,v 1.3 2009/05/08 23:36:42 christos Exp $
|
|
|
|
DIST=${.CURDIR}/../dist
|
|
WARNS=4
|
|
|
|
BINDIR?= /usr/bin
|
|
USE_FORT?= yes # data-driven bugs?
|
|
|
|
TOOL_MKMAGIC?= ${.OBJDIR}/file
|
|
|
|
MFILESDIR?= /usr/share/misc
|
|
MFILES?= magic.mgc
|
|
MAGIC?= ${MFILESDIR}/magic
|
|
|
|
#this is still required (will not compile without removing it): -DQUICK
|
|
CPPFLAGS+= -DMAGIC='"${MAGIC}"' -DHAVE_CONFIG_H -DBUILTIN_ELF \
|
|
-DELFCORE
|
|
CPPFLAGS+= -I${.CURDIR}/../include -I${DIST}/src
|
|
|
|
.PATH: ${DIST}/src ${DIST}/doc
|