2002-09-19 15:29:54 +04:00
|
|
|
# $NetBSD: Makefile,v 1.8 2002/09/19 11:29:54 lukem Exp $
|
1993-12-21 05:56:54 +03:00
|
|
|
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
|
|
|
2002-09-19 15:29:54 +04:00
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
|
|
|
MDIST= ${NETBSDSRCDIR}/usr.bin/man
|
|
|
|
|
1993-12-21 05:56:54 +03:00
|
|
|
PROG= whatis
|
2002-09-14 00:27:52 +04:00
|
|
|
SRCS= whatis.c manconf.c
|
2002-09-19 15:29:54 +04:00
|
|
|
.PATH: ${MDIST}
|
|
|
|
CPPFLAGS+=-I${MDIST}
|
1993-12-21 05:56:54 +03:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|