Pull WARNS6 into sbin/Makefile.inc, and mark programs that are not WARNS6
[dragonfly.git] / sbin / rconfig / Makefile
1 # $DragonFly: src/sbin/rconfig/Makefile,v 1.4 2006/10/17 00:55:43 pavalos Exp $
2
3 WARNS?          = 1
4 PROG            = rconfig
5 SRCS            = rconfig.c subs.c server.c client.c
6 MAN             = rconfig.8
7
8 .include <bsd.prog.mk>