blob: 008752f14a56f742be7e88d2d96c0ce48bda9035 (
plain)
1
2
3
4
5
6
7
|
# $OpenBSD: Makefile,v 1.2 1996/06/26 05:32:41 deraadt Exp $
# $NetBSD: Makefile,v 1.3 1995/09/02 06:15:10 jtc Exp $
PROG= error
SRCS= main.c input.c pi.c subr.c filter.c touch.c
.include <bsd.prog.mk>
|