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/150e122dd9f0
branches: trunk
changeset: 814168:150e122dd9f0
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 1cb451774779 -r 150e122dd9f0 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