Home | History | Annotate | Line # | Download | only in catman
      1 #	$NetBSD: Makefile,v 1.11 2023/06/03 09:09:20 lukem Exp $
      2 
      3 .include <bsd.own.mk>
      4 
      5 BINDIR=		/usr/sbin
      6 PROG=		catman
      7 SRCS=		catman.c manconf.c
      8 MAN=		catman.8
      9 .PATH:		${NETBSDSRCDIR}/usr.bin/man
     10 CPPFLAGS+=	-I${NETBSDSRCDIR}/usr.bin/man
     11 
     12 COPTS.catman.c+= -Wno-format-nonliteral ${CC_WNO_FORMAT_TRUNCATION}
     13 
     14 .include <bsd.prog.mk>
     15