summaryrefslogtreecommitdiff
path: root/usr.bin/error/Makefile
blob: 4d2113b4ad75150f31689fdd9647e0a83fe01cd5 (plain)
1
2
3
4
5
6
7
#	from: @(#)Makefile	5.9 (Berkeley) 2/26/91
#	$Id: Makefile,v 1.2 1993/07/31 15:23:40 mycroft Exp $

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

.include <bsd.prog.mk>