Instead of using the non-standard conforming %+ format string,
[dragonfly.git] / sbin / sysctl / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/6/93
2 # $FreeBSD: src/sbin/sysctl/Makefile,v 1.5.2.1 2001/04/25 10:58:53 ru Exp $
3 # $DragonFly: src/sbin/sysctl/Makefile,v 1.3 2005/01/10 20:27:51 cpressey Exp $
4
5 PROG=   sysctl
6 MAN=    sysctl.8
7 WARNS?= 6
8
9 .include <bsd.prog.mk>