Home | History | Annotate | Line # | Download | only in man
Makefile revision 1.4
      1 #	@(#)Makefile	8.1 (Berkeley) 6/6/93
      2 
      3 PROG=	man
      4 SRCS=	config.c man.c
      5 MAN1=	man.0
      6 MAN5=	man.conf.0
      7 
      8 .include <bsd.prog.mk>
      9