1995-09-08 07:22:54 +04:00
|
|
|
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
|
|
# $NetBSD: Makefile,v 1.3 1995/09/08 03:22:54 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>
|