Home | History | Annotate | Line # | Download | only in man
Makefile revision 1.7.2.1
      1 #	$NetBSD: Makefile,v 1.7.2.1 2002/11/03 13:48:19 he Exp $
      2 #	@(#)Makefile	8.1 (Berkeley) 6/6/93
      3 
      4 PROG=	man
      5 SRCS=	man.c manconf.c
      6 MAN=	man.1 man.conf.5
      7 WFORMAT=1
      8 
      9 .include <bsd.prog.mk>
     10