Home | History | Annotate | Line # | Download | only in man
Makefile revision 1.12
      1  1.12  christos #	$NetBSD: Makefile,v 1.12 2013/07/18 15:39:08 christos Exp $
      2   1.4       cgd #	@(#)Makefile	8.1 (Berkeley) 6/6/93
      3   1.1       cgd 
      4  1.12  christos WARNS?=	6
      5  1.11     lukem 
      6   1.4       cgd PROG=	man
      7   1.8   thorpej SRCS=	man.c manconf.c
      8   1.5       cgd MAN=	man.1 man.conf.5
      9   1.1       cgd 
     10  1.10     lukem DPADD+=	${LIBUTIL}
     11  1.10     lukem LDADD+=	-lutil
     12  1.10     lukem 
     13   1.4       cgd .include <bsd.prog.mk>
     14