wx(4) is gone. Also remove the module itself.
[dragonfly.git] / sbin / rconfig / Makefile
1 # $DragonFly: src/sbin/rconfig/Makefile,v 1.1 2004/06/18 02:46:46 dillon Exp $
2
3 PROG            = rconfig
4 SRCS            = rconfig.c subs.c server.c client.c
5 CFLAGS         += -Wall -Wstrict-prototypes
6 MAN             = rconfig.8
7
8 .include <bsd.prog.mk>