Cross Reference: Makefile
xref: /src/usr.bin/rump_allserver/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/usr.bin/rump_allserver/
Makefile revision 1.15
1#	$NetBSD: Makefile,v 1.15 2021/11/01 21:37:33 nia Exp $
2#
3
4PROG=	rump_allserver
5MLINKS+=rump_allserver.1 rump_server.1
6
7NOFULLRELRO=	yes
8
9RUMPTOP=${.CURDIR}/../../sys/rump
10
11.include "${RUMPTOP}/dev/Makefile.rumpdevcomp"
12.include "${RUMPTOP}/fs/Makefile.rumpfscomp"
13.include "${RUMPTOP}/kern/Makefile.rumpkerncomp"
14.include "${RUMPTOP}/net/Makefile.rumpnetcomp"
15
16LDADD+=	${RUMPDEVLDADD} ${RUMPFSLDADD} ${RUMPKERNLDADD} ${RUMPNETLDADD}
17LDADD+= -lrumpdev -lrumpnet -lrumpvfs -lrump -lrumpvfs -lrumpvfs_nofifofs -lrump -lrumpuser -lpthread
18
19.if ${RUMP_SANITIZE:Uno} != "no"
20LDADD+=	-fsanitize=${RUMP_SANITIZE}
21.endif
22
23.include <bsd.prog.mk>
24

Indexes created Thu Dec 04 03:09:34 GMT 2025