1 1.16 mrg # $NetBSD: Makefile,v 1.16 2019/10/13 07:28:15 mrg 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.16 mrg COPTS.man.c+= ${GCC_NO_FORMAT_TRUNCATION} 14 1.16 mrg 15 1.4 cgd .include <bsd.prog.mk> 16