NetBSD/usr.bin/whatis/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
211 B
Makefile

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