freebsd-dev/sbin/sysctl/Makefile
Ulrich Spörlein 6d7a8f6cba sysctl(8): make WARNS=3 clean
Fixes inspired by work done in DragonflyBSD.

PR:		bin/140016
Approved by:	ed (Co-mentor)
2010-02-15 14:08:06 +00:00

9 lines
111 B
Makefile

# @(#)Makefile 8.1 (Berkeley) 6/6/93
# $FreeBSD$
PROG= sysctl
WARNS?= 3
MAN= sysctl.8
.include <bsd.prog.mk>