freebsd-dev/gnu/usr.bin/patch/Makefile
John-Mark Gurney 5e30934038 fix compilation warnings in patch... (with slight modification)
also remove -Wall that I acidentally committed last time I was here...

Submitted-by: Philippe Charnier

Closes PR#2998
1997-03-17 01:44:43 +00:00

7 lines
154 B
Makefile

PROG= patch
SRCS = backupfile.c getopt.c getopt1.c inp.c patch.c pch.c util.c \
version.c
CFLAGS += -DHAVE_CONFIG_H
MAN= patch.1
.include <bsd.prog.mk>