Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sbin/mount_qemufwcfg Add libpuffs (fixes sun2 build)
details: https://anonhg.NetBSD.org/src/rev/fe0b9ca5fe30
branches: trunk
changeset: 433778:fe0b9ca5fe30
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Wed Oct 03 13:34:44 2018 +0000
description:
Add libpuffs (fixes sun2 build)
diffstat:
sbin/mount_qemufwcfg/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (18 lines):
diff -r bb0e7d3e8065 -r fe0b9ca5fe30 sbin/mount_qemufwcfg/Makefile
--- a/sbin/mount_qemufwcfg/Makefile Wed Oct 03 13:22:29 2018 +0000
+++ b/sbin/mount_qemufwcfg/Makefile Wed Oct 03 13:34:44 2018 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.3 2017/11/28 11:59:16 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2018/10/03 13:34:44 jmcneill Exp $
WARNS= 6
PROG= mount_qemufwcfg
SRCS= fwcfg.c virtdir.c
-DPADD+= ${LIBREFUSE} ${LIBUTIL}
-LDADD= -lrefuse -lutil
+DPADD+= ${LIBREFUSE} ${LIBPUFFS} ${LIBUTIL}
+LDADD= -lrefuse -lpuffs -lutil
MAN= mount_qemufwcfg.8
CPPFLAGS+= -D_KERNTYPES
Home |
Main Index |
Thread Index |
Old Index