1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00
openbsd-src/usr.bin/cmp/Makefile

7 lines
141 B
Makefile
Raw Normal View History

1997-09-21 04:34:32 -07:00
# $OpenBSD: Makefile,v 1.3 1997/09/21 11:48:41 deraadt Exp $
1995-10-18 01:37:01 -07:00
PROG= cmp
SRCS= cmp.c misc.c regular.c special.c
.include <bsd.prog.mk>