10 lines
139 B
Makefile
10 lines
139 B
Makefile
# $NetBSD: Makefile,v 1.2 1997/06/22 05:48:20 mrg Exp $
|
|
|
|
PROG= msconfig
|
|
NOMAN= yes
|
|
BINDIR= /usr/bin
|
|
|
|
CFLAGS+=-Wall
|
|
|
|
.include <bsd.prog.mk>
|