Home | History | Annotate | Line # | Download | only in man
Makefile revision 1.10
      1  1.10    lukem #	$NetBSD: Makefile,v 1.10 2007/10/05 07:38:52 lukem 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.1      cgd 
      8  1.10    lukem DPADD+=	${LIBUTIL}
      9  1.10    lukem LDADD+=	-lutil
     10  1.10    lukem 
     11   1.4      cgd .include <bsd.prog.mk>
     12