dcab0210a0
include <bsd.own.mk> if testing a MKxxx variable.
11 lines
207 B
Makefile
11 lines
207 B
Makefile
# $NetBSD: Makefile,v 1.2 1999/02/13 02:54:29 lukem Exp $
|
|
|
|
PROG= makeinfo
|
|
SRCS= makeinfo.c multi.c
|
|
CPPFLAGS+= -I${DIST}/texinfo/makeinfo
|
|
MKMAN= no
|
|
|
|
.include <bsd.prog.mk>
|
|
|
|
.PATH: ${DIST}/texinfo/makeinfo
|