put back soelim, if MKGROFF is no so that we don't break the sets.
This commit is contained in:
parent
ed97a32994
commit
ecb1daed9a
|
@ -1,4 +1,4 @@
|
||||||
# $NetBSD: Makefile,v 1.212 2013/02/11 17:14:23 christos Exp $
|
# $NetBSD: Makefile,v 1.213 2013/02/11 17:24:21 christos Exp $
|
||||||
# from: @(#)Makefile 8.3 (Berkeley) 1/7/94
|
# from: @(#)Makefile 8.3 (Berkeley) 1/7/94
|
||||||
|
|
||||||
.include <bsd.own.mk>
|
.include <bsd.own.mk>
|
||||||
|
@ -35,6 +35,10 @@ SUBDIR= apply asa at audio audiocfg \
|
||||||
|
|
||||||
SUBDIR+= ../external/zlib/pigz/bin/pigz
|
SUBDIR+= ../external/zlib/pigz/bin/pigz
|
||||||
|
|
||||||
|
.if (${MKGROFF} == "no")
|
||||||
|
SUBDIR+= soelim
|
||||||
|
.endif
|
||||||
|
|
||||||
.if (${MKMAKEMANDB} == "no")
|
.if (${MKMAKEMANDB} == "no")
|
||||||
SUBDIR+= apropos whatis
|
SUBDIR+= apropos whatis
|
||||||
.endif
|
.endif
|
||||||
|
|
Loading…
Reference in New Issue