NetBSD/gnu/usr.bin/sdiff/Makefile

11 lines
257 B
Makefile
Raw Normal View History

1993-09-16 21:39:00 +04:00
# $Id: Makefile,v 1.3 1993/09/16 17:40:07 jtc Exp $
1993-07-09 00:14:33 +04:00
PROG= sdiff
SRCS= sdiff.c getopt.c getopt1.c version.c
1993-09-16 21:39:00 +04:00
CFLAGS+= -I$(.CURDIR)/../diff \
-DHAVE_CONFIG_H -DDIFF_PROGRAM=\"/usr/bin/diff\"
1993-07-09 00:14:33 +04:00
NOMAN= noman
.include <bsd.prog.mk>
.PATH: $(.CURDIR)/../diff