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.sbin
/
makefs
/
chfs
/
Makefile.inc
blob
254c4a3abe55162b828e263445df9eff39b1fc7c
1
CHFS= ${NETBSDSRCDIR}/sys/ufs/chfs
2
3
.PATH: ${.CURDIR}/chfs ${NETBSDSRCDIR}/sys/ufs/chfs
4
5
CPPFLAGS+= -I${CHFS}
6
7
SRCS+= chfs_mkfs.c
8
.if !defined(HOSTPROG)
9
LDADD+= -lz
10
DPADD+= ${LIBZ}
11
.endif