mirror of
https://github.com/opnsense/src.git
synced 2026-02-22 17:32:57 -05:00
7 lines
147 B
Makefile
7 lines
147 B
Makefile
# $Id: Makefile,v 1.1.1.1 1997/05/22 08:58:18 msmith Exp $
|
|
PROG= wlconfig
|
|
SRCS= wlconfig.c
|
|
CFLAGS+= -Wall
|
|
MAN8= wlconfig.8
|
|
|
|
.include <bsd.prog.mk>
|