# @(#)Makefile 8.1 (Berkeley) 6/6/93 # $NetBSD: Makefile,v 1.7 2009/04/14 22:15:19 lukem Exp $ WARNS?= 1 # fails -Wcast-qual -Wshadow (etc) PROG= error SRCS= main.c input.c pi.c subr.c filter.c touch.c DPADD+= ${LIBUTIL} LDADD+= -lutil .include