Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/fgen Unbreak tools build.
details: https://anonhg.NetBSD.org/src/rev/eb6795d5c87b
branches: trunk
changeset: 344026:eb6795d5c87b
user: joerg <joerg%NetBSD.org@localhost>
date: Thu Mar 10 11:32:10 2016 +0000
description:
Unbreak tools build.
diffstat:
usr.bin/fgen/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r c020dcbe9545 -r eb6795d5c87b usr.bin/fgen/Makefile
--- a/usr.bin/fgen/Makefile Thu Mar 10 09:00:24 2016 +0000
+++ b/usr.bin/fgen/Makefile Thu Mar 10 11:32:10 2016 +0000
@@ -1,11 +1,13 @@
-# $NetBSD: Makefile,v 1.9 2016/03/08 20:13:44 christos Exp $
+# $NetBSD: Makefile,v 1.10 2016/03/10 11:32:10 joerg Exp $
CPPFLAGS+= -I${.CURDIR}
PROG= fgen
SRCS= fgen.l
MAN= fgen.1
+.if !defined(HOSTPROG)
LDADD+= -lutil
DPADD+= ${LIBUTIL}
+.endif
.include <bsd.prog.mk>
Home |
Main Index |
Thread Index |
Old Index