7 lines
125 B
Makefile
7 lines
125 B
Makefile
|
# @(#)Makefile 5.9 (Berkeley) 2/26/91
|
||
|
|
||
|
PROG= error
|
||
|
SRCS= main.c input.c pi.c subr.c filter.c touch.c
|
||
|
|
||
|
.include <bsd.prog.mk>
|