mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-17 08:20:31 -04:00
16 lines
484 B
Plaintext
16 lines
484 B
Plaintext
$NetBSD: patch-Makefile.objs,v 1.2 2016/09/04 09:21:04 ryoon Exp $
|
|
|
|
--- Makefile.objs.orig 2016-09-02 15:34:17.000000000 +0000
|
|
+++ Makefile.objs
|
|
@@ -113,8 +113,10 @@ qga-vss-dll-obj-y = qga/
|
|
|
|
######################################################################
|
|
# contrib
|
|
+ifeq ($(CONFIG_SHM_OPEN),y)
|
|
ivshmem-client-obj-y = contrib/ivshmem-client/
|
|
ivshmem-server-obj-y = contrib/ivshmem-server/
|
|
+endif
|
|
|
|
|
|
######################################################################
|