Home | History | Annotate | Line # | Download | only in whatis
Makefile revision 1.1
      1  1.1  cgd #	@(#)Makefile	8.1 (Berkeley) 6/6/93
      2  1.1  cgd 
      3  1.1  cgd PROG=	whatis
      4  1.1  cgd SRCS=	whatis.c config.c
      5  1.1  cgd .PATH:	${.CURDIR}/../man
      6  1.1  cgd 
      7  1.1  cgd .include <bsd.prog.mk>
      8