mirror of
https://github.com/openbsd/src.git
synced 2025-01-09 22:38:01 -08:00
7 lines
141 B
Makefile
7 lines
141 B
Makefile
# $OpenBSD: Makefile,v 1.3 1997/09/21 11:48:41 deraadt Exp $
|
|
|
|
PROG= cmp
|
|
SRCS= cmp.c misc.c regular.c special.c
|
|
|
|
.include <bsd.prog.mk>
|