summaryrefslogtreecommitdiff
path: root/usr.bin/error/Makefile
blob: 5eb21112699e8de81afcca34051e1848349d161c (plain)
1
2
3
4
5
6
7
8
9
10
#	@(#)Makefile	8.1 (Berkeley) 6/6/93
#	$NetBSD: Makefile,v 1.9 2009/08/13 06:59:37 dholland Exp $

PROG=	error
SRCS=	main.c input.c pi.c subr.c filter.c touch.c

DPADD+=	${LIBUTIL}
LDADD+=	-lutil

.include <bsd.prog.mk>