NetBSD/usr.bin/error/Makefile

8 lines
187 B
Makefile
Raw Normal View History

1993-07-31 19:17:49 +04:00
# from: @(#)Makefile 5.9 (Berkeley) 2/26/91
# $Id: Makefile,v 1.2 1993/07/31 15:23:40 mycroft Exp $
1993-04-09 16:58:06 +04:00
PROG= error
SRCS= main.c input.c pi.c subr.c filter.c touch.c
.include <bsd.prog.mk>