12 lines
315 B
Makefile
12 lines
315 B
Makefile
# Makefile copyright James Raynard (jraynard@freebsd.org) 1997
|
|
#
|
|
# $Id: Makefile,v 1.5 1997/10/11 17:05:07 jraynard Exp $
|
|
|
|
.PATH: ${.CURDIR}/../../../../contrib/awk/doc
|
|
|
|
INFO = gawk
|
|
INFOSECTION= "System Utilities"
|
|
INFOENTRY_gawk= "* GAWK: (gawk). The GNU AWK language interpreter manual."
|
|
|
|
.include <bsd.info.mk>
|