Home | History | Annotate | Line # | Download | only in man
Makefile revision 1.8
      1  1.8  thorpej #	$NetBSD: Makefile,v 1.8 2002/09/13 15:56:38 thorpej Exp $
      2  1.4      cgd #	@(#)Makefile	8.1 (Berkeley) 6/6/93
      3  1.1      cgd 
      4  1.4      cgd PROG=	man
      5  1.8  thorpej SRCS=	man.c manconf.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