2013-07-19 08:17:02 +04:00
|
|
|
# $NetBSD: Makefile,v 1.14 2013/07/19 04:17:02 uwe Exp $
|
1993-12-21 05:59:25 +03:00
|
|
|
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
1993-03-21 12:45:37 +03:00
|
|
|
|
2013-07-18 19:39:08 +04:00
|
|
|
WARNS?= 6
|
2009-04-15 02:15:16 +04:00
|
|
|
|
1993-12-21 05:59:25 +03:00
|
|
|
PROG= man
|
2002-09-13 19:56:37 +04:00
|
|
|
SRCS= man.c manconf.c
|
1994-12-22 15:29:38 +03:00
|
|
|
MAN= man.1 man.conf.5
|
1993-03-21 12:45:37 +03:00
|
|
|
|
2013-07-19 08:17:02 +04:00
|
|
|
COPTS.man.c += -Wno-format-nonliteral
|
2013-07-18 20:28:52 +04:00
|
|
|
|
2007-10-05 11:36:45 +04:00
|
|
|
DPADD+= ${LIBUTIL}
|
|
|
|
LDADD+= -lutil
|
|
|
|
|
1993-12-21 05:59:25 +03:00
|
|
|
.include <bsd.prog.mk>
|