9 lines
123 B
Makefile
9 lines
123 B
Makefile
# $NetBSD: Makefile,v 1.8 2008/10/17 20:42:47 ginsbach Exp $
|
|
|
|
PROG= gencat
|
|
MAN= gencat.1
|
|
|
|
WARNS= 3
|
|
|
|
.include <bsd.prog.mk>
|