11.16Suwe# $NetBSD: Makefile,v 1.16 2023/04/24 18:54:22 uwe Exp $ 21.1Spooka# 31.1Spooka 41.1SpookaPROG= rump_allserver 51.3SpookaMLINKS+=rump_allserver.1 rump_server.1 61.1Spooka 71.15SniaNOFULLRELRO= yes 81.15Snia 91.1SpookaRUMPTOP=${.CURDIR}/../../sys/rump 101.1Spooka 111.1Spooka.include "${RUMPTOP}/dev/Makefile.rumpdevcomp" 121.1Spooka.include "${RUMPTOP}/fs/Makefile.rumpfscomp" 131.1Spooka.include "${RUMPTOP}/kern/Makefile.rumpkerncomp" 141.1Spooka.include "${RUMPTOP}/net/Makefile.rumpnetcomp" 151.1Spooka 161.1SpookaLDADD+= ${RUMPDEVLDADD} ${RUMPFSLDADD} ${RUMPKERNLDADD} ${RUMPNETLDADD} 171.16SuweLDADD+= -lrumpdev -lrumpnet -lrumpvfs -lrumpvfs_nofifofs 181.16SuweLDADD+= -lrump -lrumpuser -lpthread 191.1Spooka 201.14Smartin.if ${RUMP_SANITIZE:Uno} != "no" 211.14SmartinLDADD+= -fsanitize=${RUMP_SANITIZE} 221.14Smartin.endif 231.14Smartin 241.1Spooka.include <bsd.prog.mk> 25