1997-10-17 11:08:51 +04:00
|
|
|
# $NetBSD: Makefile,v 1.5 1997/10/17 07:08:51 mikel Exp $
|
1993-12-21 05:56:54 +03:00
|
|
|
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
|
|
|
|
|
|
PROG= whatis
|
|
|
|
SRCS= whatis.c config.c
|
1997-05-09 01:11:01 +04:00
|
|
|
.PATH: ${.CURDIR}/../man
|
1997-10-17 11:08:51 +04:00
|
|
|
CPPFLAGS+=-I${.CURDIR}/../man
|
1993-12-21 05:56:54 +03:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|