NetBSD/usr.bin/apropos/Makefile
jdolecek 0f794d6d71 use -I${CURDIR}/.. and #include <man/config.h>, <man/pathnames.h> so
that it's easier to tell from where do they come, and more easily
  usable in host tool code when cut&pasted
use TAILQ_* macros as apropriate
use EXIT_FAILURE for the glob error case, too
2002-03-08 20:23:10 +00:00

10 lines
213 B
Makefile

# $NetBSD: Makefile,v 1.9 2002/03/08 20:23:10 jdolecek Exp $
# @(#)Makefile 8.1 (Berkeley) 6/6/93
PROG= apropos
SRCS= apropos.c config.c
.PATH: ${.CURDIR}/../man
CPPFLAGS+=-I${.CURDIR}/..
.include <bsd.prog.mk>