1# $NetBSD: Makefile,v 1.5 2008/07/21 11:38:44 gmcgarry Exp $ 2 3SRCS= atactl.c 4 5PROG= atactl 6MAN= atactl.8 7 8LDADD+=-lutil 9DPADD+=${LIBUTIL} 10 11.include <bsd.prog.mk> 12 13.if ${HAVE_GCC} == 4 || defined(HAVE_PCC) 14COPTS.atactl.c += -Wno-pointer-sign 15.endif 16