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
Remove building with NOCRYPTO option
[minix.git]
/
usr.bin
/
getent
/
Makefile
blob
3daefac45773fb782c6075cee35eba6aacf5b670
1
# $NetBSD: Makefile,v 1.5 2011/10/11 19:25:07 christos Exp $
2
3
USE_FORT?
=
yes
# XXX network client?
4
5
PROG
=
getent
6
LINKS
= ${
BINDIR
}/
getent
${
BINDIR
}/
getcap
7
MLINKS
=
getent
.1
getcap
.1
8
9
.
include
<
bsd.prog.mk
>