summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorphessler <phessler@openbsd.org>2016-09-20 10:39:18 +0000
committerphessler <phessler@openbsd.org>2016-09-20 10:39:18 +0000
commita12e5816982343c10e658b8a1d9d65d79c594098 (patch)
tree8907534eee79b0f1a04d036bc86523316ebcf742
parentNot needed anymore (diff)
downloadwireguard-openbsd-a12e5816982343c10e658b8a1d9d65d79c594098.tar.xz
wireguard-openbsd-a12e5816982343c10e658b8a1d9d65d79c594098.zip
build the ramdisk version of route(8) with SMALL
OK deraadt@
-rw-r--r--distrib/special/route/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/special/route/Makefile b/distrib/special/route/Makefile
index c20b603bbc8..9c0edbe1921 100644
--- a/distrib/special/route/Makefile
+++ b/distrib/special/route/Makefile
@@ -1,10 +1,10 @@
-# $OpenBSD: Makefile,v 1.1 2014/12/23 17:16:03 deraadt Exp $
+# $OpenBSD: Makefile,v 1.2 2016/09/20 10:39:18 phessler Exp $
PROG= route
MAN= route.8
SRCS= route.c show.c
-CFLAGS+= -Wall
+CFLAGS+= -Wall -DSMALL
route.o .depend lint tags: keywords.h