MFC: sbin/geom/class/Makefile 1.9
Don't try to compile geli(8) when NO_CRYPT knob if defined. Reported by: Alexander Polakov Committed to HEAD by: ru Approved by: re (kensmith (implicit))
This commit is contained in:
parent
c61006bf9d
commit
57239477c4
@ -1,7 +1,9 @@
|
||||
# $FreeBSD$
|
||||
|
||||
SUBDIR= concat
|
||||
.if !defined(NO_CRYPT)
|
||||
SUBDIR+=eli
|
||||
.endif
|
||||
SUBDIR+=label
|
||||
SUBDIR+=mirror
|
||||
SUBDIR+=nop
|
||||
|
Loading…
Reference in New Issue
Block a user