put back soelim, if MKGROFF is no so that we don't break the sets.

This commit is contained in:
christos 2013-02-11 17:24:21 +00:00
parent ed97a32994
commit ecb1daed9a
1 changed files with 5 additions and 1 deletions

View File

@ -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
.include <bsd.own.mk>
@ -35,6 +35,10 @@ SUBDIR= apply asa at audio audiocfg \
SUBDIR+= ../external/zlib/pigz/bin/pigz
.if (${MKGROFF} == "no")
SUBDIR+= soelim
.endif
.if (${MKMAKEMANDB} == "no")
SUBDIR+= apropos whatis
.endif