xref: /netbsd-src/external/gpl2/groff/bin/grog/Makefile (revision 4acc5b6b2013c23d840d952be7c84bc64d81149a)
1# $NetBSD: Makefile,v 1.1 2016/01/13 19:01:56 christos Exp $
2
3# $FreeBSD: src/gnu/usr.bin/groff/src/roff/grog/Makefile,v 1.1 2001/04/17 12:37:12 ru Exp $
4
5DIST_SUBDIR=	src/roff/grog
6
7.include <bsd.init.mk>
8
9SCRIPTS=	grog
10MAN=		grog.1
11CLEANFILES=	${SCRIPTS} ${MAN}
12
13.include <bsd.prog.mk>
14