freebsd-dev/usr.sbin/wicontrol/Makefile
1999-08-28 01:35:59 +00:00

10 lines
105 B
Makefile

# $FreeBSD$
PROG= wicontrol
SRCS= wicontrol.c
CFLAGS+= -Wall
MAN8= wicontrol.8
.include <bsd.prog.mk>