From 1498dfd4ef203ff06aa0062581cc1aa2f819d7d6 Mon Sep 17 00:00:00 2001 From: florian Date: Fri, 18 Jun 2021 11:46:06 +0000 Subject: [PATCH] special is SMALL --- distrib/special/dhcpleased/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/distrib/special/dhcpleased/Makefile b/distrib/special/dhcpleased/Makefile index 3614b081093..a881f3e8e45 100644 --- a/distrib/special/dhcpleased/Makefile +++ b/distrib/special/dhcpleased/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.1 2021/05/19 17:16:51 deraadt Exp $ +# $OpenBSD: Makefile,v 1.2 2021/06/18 11:46:06 florian Exp $ PROG= dhcpleased +COPTS+= -DSMALL .PATH: ${.CURDIR}/../../../sbin/dhcpleased -SRCS= bpf.c checksum.c control.c dhcpleased.c engine.c frontend.c log.c +SRCS= bpf.c checksum.c dhcpleased.c engine.c frontend.c MAN= -- 2.20.1