1#	$NetBSD: Makefile,v 1.5 2011/06/20 07:44:02 mrg Exp $
2
3PROG	 =	isdntel
4SRCS	 =	main.c display.c files.c alias.c
5LDADD	+=	-lcurses -lterminfo
6MAN      =	isdntel.8
7
8.include <bsd.prog.mk>
9
10.if defined(HAVE_GCC) || defined(HAVE_PCC)
11COPTS.alias.c+=		-Wno-pointer-sign
12.endif
13COPTS.files.c+=		-Wno-format-nonliteral
14