NetBSD/usr.bin/cmp/Makefile

8 lines
167 B
Makefile
Raw Normal View History

1995-09-08 07:22:54 +04:00
# @(#)Makefile 8.1 (Berkeley) 6/6/93
1997-01-09 23:18:21 +03:00
# $NetBSD: Makefile,v 1.4 1997/01/09 20:18:26 tls Exp $
1993-03-21 12:45:37 +03:00
PROG= cmp
1995-09-08 07:22:54 +04:00
SRCS= cmp.c misc.c regular.c special.c
1993-03-21 12:45:37 +03:00
.include <bsd.prog.mk>