minix/commands/diff/Makefile

8 lines
137 B
Makefile
Raw Normal View History

2010-06-22 02:47:52 +02:00
# $OpenBSD: Makefile,v 1.3 2007/05/29 18:24:56 ray Exp $
PROG= diff
SRCS= diff.c diffdir.c diffreg.c xmalloc.c
.include <bsd.prog.mk>
2010-06-22 11:38:20 +02:00