Home | History | Annotate | Line # | Download | only in whatis
Makefile revision 1.4
      1 #	$NetBSD: Makefile,v 1.4 1997/05/08 21:12:01 gwr Exp $
      2 #	@(#)Makefile	8.1 (Berkeley) 6/6/93
      3 
      4 PROG=	whatis
      5 SRCS=	whatis.c config.c
      6 .PATH:	${.CURDIR}/../man
      7 
      8 .include <bsd.prog.mk>
      9