Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin put back soelim, if MKGROFF is no so that we don't b...



details:   https://anonhg.NetBSD.org/src/rev/54834587165e
branches:  trunk
changeset: 784854:54834587165e
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Feb 11 17:24:21 2013 +0000

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

diffstat:

 usr.bin/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r adad497cac89 -r 54834587165e usr.bin/Makefile
--- a/usr.bin/Makefile  Mon Feb 11 17:14:23 2013 +0000
+++ b/usr.bin/Makefile  Mon Feb 11 17:24:21 2013 +0000
@@ -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+= ../external/zlib/pigz/bin/pigz
 
+.if (${MKGROFF} == "no")
+SUBDIR+= soelim
+.endif
+
 .if (${MKMAKEMANDB} == "no")
 SUBDIR+= apropos whatis
 .endif



Home | Main Index | Thread Index | Old Index