freebsd-dev/usr.bin/cmp/Makefile
Brian Somers e1bfde1b04 Add a -h option to tell cmp not to follow symbolic links.
MFC after:	3 weeks
Sponsored by:	Sophos/ActiveState
2005-08-23 13:13:13 +00:00

8 lines
130 B
Makefile

# @(#)Makefile 8.1 (Berkeley) 6/6/93
# $FreeBSD$
PROG= cmp
SRCS= cmp.c link.c misc.c regular.c special.c
.include <bsd.prog.mk>