10 lines
148 B
Makefile
10 lines
148 B
Makefile
|
# $Id: Makefile,v 1.2 1997/05/23 04:04:15 msmith Exp $
|
||
|
PROG= wicontrol
|
||
|
SRCS= wicontrol.c
|
||
|
|
||
|
CFLAGS+= -Wall
|
||
|
|
||
|
MAN8= wicontrol.8
|
||
|
|
||
|
.include <bsd.prog.mk>
|