Home | History | Annotate | Line # | Download | only in whatis
Makefile revision 1.7
      1 #	$NetBSD: Makefile,v 1.7 2002/09/13 20:27:52 mycroft Exp $
      2 #	@(#)Makefile	8.1 (Berkeley) 6/6/93
      3 
      4 PROG=	whatis
      5 SRCS=	whatis.c manconf.c
      6 .PATH:	${.CURDIR}/../man
      7 CPPFLAGS+=-I${.CURDIR}/..
      8 
      9 .include <bsd.prog.mk>
     10