From bfdf57abb6fca38cfaa291a8949cf125eb2912f2 Mon Sep 17 00:00:00 2001 From: pjd Date: Mon, 27 Jun 2011 09:15:41 +0000 Subject: Compile hastd and hastctl with capsicum support. X-MFC after: capsicum merge --- sbin/hastctl/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'sbin/hastctl') diff --git a/sbin/hastctl/Makefile b/sbin/hastctl/Makefile index b7b1db9..af946a2 100644 --- a/sbin/hastctl/Makefile +++ b/sbin/hastctl/Makefile @@ -21,6 +21,7 @@ MAN= hastctl.8 NO_WFORMAT= CFLAGS+=-I${.CURDIR}/../hastd +CFLAGS+=-DHAVE_CAPSICUM CFLAGS+=-DINET .if ${MK_INET6_SUPPORT} != "no" CFLAGS+=-DINET6 -- cgit v1.1