NetBSD/gnu/usr.bin/diff/Makefile

8 lines
161 B
Makefile
Raw Normal View History

1993-03-21 12:45:37 +03:00
PROG= diff
SRCS= diff.c analyze.c io.c context.c ed.c normal.c ifdef.c util.c dir.c \
version.c regex.c getopt.c getopt1.c
NOMAN=noman
.include <bsd.prog.mk>