summaryrefslogtreecommitdiff
path: root/sbin/sysctl/Makefile
blob: fe857d0dc1a060267cf6aadb38e1f36a0d647997 (plain)
1
2
3
4
5
6
7
8
9
10
11
#	$OpenBSD: Makefile,v 1.10 2010/01/10 03:37:50 guenther Exp $

PROG=	sysctl
MAN=	sysctl.8

CPPFLAGS+=	-DINET6 -D_LIBKVM

afterinstall:
	ln -sf ../../sbin/sysctl ${DESTDIR}/usr/sbin

.include <bsd.prog.mk>