Home | History | Annotate | Line # | Download | only in man
Makefile revision 1.7
      1  1.7   is #	$NetBSD: Makefile,v 1.7 2000/10/11 14:46:13 is Exp $
      2  1.4  cgd #	@(#)Makefile	8.1 (Berkeley) 6/6/93
      3  1.1  cgd 
      4  1.4  cgd PROG=	man
      5  1.4  cgd SRCS=	config.c man.c
      6  1.5  cgd MAN=	man.1 man.conf.5
      7  1.7   is WFORMAT=1
      8  1.1  cgd 
      9  1.4  cgd .include <bsd.prog.mk>
     10