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