repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
sprofalyze fixes
[minix.git]
/
libexec
/
Makefile.inc
blob
a12a65b6630898f4f16604feb8337752a97bd66a
1
# $NetBSD: Makefile.inc,v 1.9 2012/06/19 06:10:09 dholland Exp $
2
# @(#)Makefile.inc 8.1 (Berkeley) 6/4/93
3
.if defined(__MINIX)
4
CPPFLAGS+= -D__NBSD_LIBC=1
5
USE_FORT?= no
6
.else
7
USE_FORT?= yes # network server
8
.endif
9
10
BINDIR?= /usr/libexec
11
WARNS?= 5