NetBSD/usr.sbin/tpctl/Makefile

15 lines
283 B
Makefile
Raw Normal View History

2006-05-22 11:36:52 +04:00
# $NetBSD: Makefile,v 1.2 2006/05/22 07:36:52 mrg Exp $
2002-08-27 18:12:09 +04:00
.if ${MACHINE} == "hpcarm" || ${MACHINE} == "hpcmips" || ${MACHINE} == "hpcsh"
PROG= tpctl
SRCS= main.c fb.c tp.c data.c
.endif
MAN= tpctl.8
.include <bsd.prog.mk>
2006-05-22 11:36:52 +04:00
.if ${HAVE_GCC} == 4
COPTS.tp.c+= -Wno-pointer-sign
.endif