1# $OpenBSD: Makefile,v 1.2 2017/04/16 00:52:54 aoyama Exp $ 2 3.include <bsd.own.mk> 4 5SRCS= dhcrelay6.c dispatch.c log.c bpf.c packet.c 6PROG= dhcrelay6 7MAN= dhcrelay6.8 8 9CFLAGS+=-Wall -Wextra 10CFLAGS+=-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations 11CFLAGS+=-Wshadow -Wpointer-arith -Wsign-compare 12 13.include <bsd.prog.mk> 14