8 lines
125 B
Makefile
8 lines
125 B
Makefile
# $NetBSD: Makefile,v 1.2 2005/01/20 15:47:51 xtraeme Exp $
|
|
|
|
WARNS= 3
|
|
PROG= brconfig
|
|
MAN= brconfig.8
|
|
|
|
.include <bsd.prog.mk>
|