Module Name: src
Committed By: joerg
Date: Thu Mar 10 11:32:10 UTC 2016
Modified Files:
src/usr.bin/fgen: Makefile
Log Message:
Unbreak tools build.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/usr.bin/fgen/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.bin/fgen/Makefile
diff -u src/usr.bin/fgen/Makefile:1.9 src/usr.bin/fgen/Makefile:1.10
--- src/usr.bin/fgen/Makefile:1.9 Tue Mar 8 20:13:44 2016
+++ src/usr.bin/fgen/Makefile Thu Mar 10 11:32:10 2016
@@ -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>