Module Name:    src
Committed By:   jmcneill
Date:           Wed Oct  3 13:34:45 UTC 2018

Modified Files:
        src/sbin/mount_qemufwcfg: Makefile

Log Message:
Add libpuffs (fixes sun2 build)


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sbin/mount_qemufwcfg/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sbin/mount_qemufwcfg/Makefile
diff -u src/sbin/mount_qemufwcfg/Makefile:1.3 src/sbin/mount_qemufwcfg/Makefile:1.4
--- src/sbin/mount_qemufwcfg/Makefile:1.3	Tue Nov 28 11:59:16 2017
+++ src/sbin/mount_qemufwcfg/Makefile	Wed Oct  3 13:34:44 2018
@@ -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

Reply via email to