summaryrefslogtreecommitdiff
path: root/sbin/sysctl/Makefile
blob: 6963623b25abc507947400d9888aa3d63b738756 (plain)
1
2
3
4
5
6
7
8
9
10
11
#	$OpenBSD: Makefile,v 1.9 2007/05/27 21:56:57 bluhm Exp $

PROG=	sysctl
MAN=	sysctl.8

CPPFLAGS+=	-DINET6

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

.include <bsd.prog.mk>