9 lines
131 B
Makefile
9 lines
131 B
Makefile
# $NetBSD: Makefile,v 1.6 2001/08/14 10:18:28 tv Exp $
|
|
|
|
PROG= gencat
|
|
MAN= gencat.1
|
|
|
|
.ifndef HOSTPROG
|
|
.include <bsd.prog.mk>
|
|
.endif
|