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