repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
utimens(2) system call
[minix3.git]
/
libexec
/
Makefile.inc
blob
41c5d26e061a3ca7f34de9c106395d2f7ca7d598
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
USE_FORT?= no
5
.else
6
USE_FORT?= yes # network server
7
.endif
8
9
BINDIR?= /usr/libexec
10
WARNS?= 5