NetBSD/usr.sbin/catman/Makefile

15 lines
302 B
Makefile
Raw Normal View History

2011-08-16 12:04:17 +04:00
# $NetBSD: Makefile,v 1.9 2011/08/16 08:04:17 christos Exp $
2002-09-18 07:54:26 +04:00
.include <bsd.own.mk>
1993-07-28 01:29:27 +04:00
BINDIR= /usr/sbin
PROG= catman
2002-09-14 00:40:04 +04:00
SRCS= catman.c manconf.c
1994-12-22 14:32:57 +03:00
MAN= catman.8
2002-09-18 07:54:26 +04:00
.PATH: ${NETBSDSRCDIR}/usr.bin/man
CPPFLAGS+= -I${NETBSDSRCDIR}/usr.bin/man
1993-07-28 01:29:27 +04:00
2011-08-16 12:04:17 +04:00
COPTS.catman.c += -Wno-format-nonliteral
1993-07-28 01:29:27 +04:00
.include <bsd.prog.mk>