diff options
author | Florian Obser <florian@cvs.openbsd.org> | 2021-06-18 11:46:07 +0000 |
---|---|---|
committer | Florian Obser <florian@cvs.openbsd.org> | 2021-06-18 11:46:07 +0000 |
commit | b25fae1d87c13e418b2fcc29384a3a5c25e01858 (patch) | |
tree | 5c8a285d1c7b6adb1b7e7247c46edb2c969915b3 /distrib/special/dhcpleased | |
parent | e2b5ea7cab9b18426e4612a7bb12815a2127d257 (diff) |
special is SMALL
Diffstat (limited to 'distrib/special/dhcpleased')
-rw-r--r-- | distrib/special/dhcpleased/Makefile | 5 |
1 files 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= |