Home | History | Annotate | Line # | Download | only in libxfrd
      1  1.2  christos # $NetBSD: Makefile,v 1.2 2026/01/15 21:35:19 christos Exp $
      2  1.1  christos 
      3  1.1  christos LIBISPRIVATE=yes
      4  1.1  christos .include <bsd.init.mk>
      5  1.1  christos 
      6  1.1  christos LIB=xfrd
      7  1.1  christos SRCS=\
      8  1.2  christos metrics.c \
      9  1.1  christos remote.c \
     10  1.1  christos xfrd.c \
     11  1.2  christos xfrd-catalog-zones.c \
     12  1.1  christos xfrd-disk.c \
     13  1.1  christos xfrd-notify.c \
     14  1.1  christos xfrd-tcp.c
     15  1.1  christos 
     16  1.1  christos COPTS.xfrd-tcp.c+=-Wno-stack-protector
     17  1.1  christos 
     18  1.1  christos .include <bsd.lib.mk>
     19