summaryrefslogtreecommitdiffstats
path: root/distrib/special/sysctl/Makefile
blob: 59428cfe7a844f533001d1288740e50052c16a8c (plain) (blame)
1
2
3
4
5
6
7
8
#	$OpenBSD: Makefile,v 1.2 2009/10/28 07:36:49 deraadt Exp $

PROG=	sysctl
SRCS=	sysctl.c

.PATH:	${.CURDIR}/../../../distrib/special/sysctl

.include <bsd.prog.mk>