summaryrefslogtreecommitdiff
path: root/sbin/sysctl/Makefile
blob: 6454e1dc888d056ec922e55d2bfe1da8ec55fcbd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#	$OpenBSD: Makefile,v 1.14 2019/07/03 10:32:57 dlg Exp $

PROG=	sysctl
MAN=	sysctl.8

CPPFLAGS+=	-D_LIBKVM

afterinstall:
	ln -sf ../../sbin/sysctl ${DESTDIR}/usr/sbin
	chown -h ${BINOWN}:${BINGRP} ${DESTDIR}/usr/sbin/sysctl

.include <bsd.prog.mk>