summaryrefslogtreecommitdiff
path: root/usr.sbin/sysctl/Makefile
blob: 023842ed67925a7686ad15dfef20ed11d4a96941 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#	$OpenBSD: Makefile,v 1.5 1999/12/30 19:06:05 provos Exp $

PROG=	sysctl
MAN=	sysctl.8

CPPFLAGS+=	-DINET6

.include <bsd.prog.mk>

.if (${UVM} == "yes")
CFLAGS+=-DUVM
.endif