0f794d6d71
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
10 lines
211 B
Makefile
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>
|