1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-11 14:10:34 +00:00
freebsd/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>