Makefile revision 1.7
1#	$OpenBSD: Makefile,v 1.7 2000/09/03 18:41:16 espie Exp $
2
3PROG=	sysctl
4MAN=	sysctl.8
5
6CPPFLAGS+=	-DINET6
7
8afterinstall:
9	(cd ${DESTDIR}/usr/sbin; ln -sf ../../sbin/sysctl .)
10
11.include <bsd.prog.mk>
12
13.if (${UVM:L} == "yes")
14CFLAGS+=-DUVM
15.endif
16