summaryrefslogtreecommitdiff
path: root/sbin/sysctl/Makefile
blob: 3a1e97fe8216bed71986f795a8292eccd6428fb0 (plain)
1
2
3
4
5
6
7
8
9
10
11
#	$OpenBSD: Makefile,v 1.8 2001/06/27 06:16:46 art Exp $

PROG=	sysctl
MAN=	sysctl.8

CPPFLAGS+=	-DINET6

afterinstall:
	(cd ${DESTDIR}/usr/sbin; ln -sf ../../sbin/sysctl .)

.include <bsd.prog.mk>