Home | History | Annotate | Line # | Download | only in common
Makefile revision 1.2
      1  1.2       mrg # $NetBSD: Makefile,v 1.2 2019/10/13 07:28:09 mrg Exp $
      2  1.1  christos 
      3  1.1  christos LIBISPRIVATE=	yes
      4  1.1  christos 
      5  1.1  christos LIB    = dhcp
      6  1.1  christos SRCS   = raw.c parse.c nit.c icmp.c dispatch.c conflex.c upf.c bpf.c socket.c \
      7  1.1  christos 	 lpf.c dlpi.c packet.c tr.c ethernet.c memory.c print.c options.c \
      8  1.1  christos 	 inet.c tree.c tables.c alloc.c fddi.c ctrace.c \
      9  1.1  christos 	 dns.c resolv.c execute.c discover.c comapi.c ns_name.c
     10  1.1  christos MAN    = dhcp-options.5 dhcp-eval.5
     11  1.1  christos 
     12  1.1  christos DHCPSRCDIR=	common
     13  1.1  christos 
     14  1.2       mrg COPTS.discover.c+=	${GCC_NO_STRINGOP_TRUNCATION}
     15  1.2       mrg COPTS.parse.c+=		${GCC_NO_FORMAT_TRUNCATION} ${GCC_NO_CAST_FUNCTION_TYPE}
     16  1.2       mrg 
     17  1.1  christos .include <bsd.lib.mk>
     18