diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1998-01-21 14:37:27 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1998-01-21 14:37:27 +0000 |
| commit | 249a716c6c68229b9a2efbec2d23adc4563972a1 (patch) | |
| tree | b5c787cec7f7e83e859f30103f676152ade9b365 /gnu/usr.bin/patch/Makefile | |
| parent | 4d834db4417d73cc95859b6a0ea7fa6147210b3b (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/patch/Makefile')
| -rw-r--r-- | gnu/usr.bin/patch/Makefile | 18 |
1 files changed, 4 insertions, 14 deletions
diff --git a/gnu/usr.bin/patch/Makefile b/gnu/usr.bin/patch/Makefile index b7440225577d..4d5fad2d6afd 100644 --- a/gnu/usr.bin/patch/Makefile +++ b/gnu/usr.bin/patch/Makefile @@ -1,16 +1,6 @@ -# $Id: Makefile,v 1.9 1997/10/29 17:35:54 ache Exp $ - -.PATH: ${.CURDIR}/../../../contrib/patch - PROG= patch - -LIBSRCS = getopt.c getopt1.c -SRCS = addext.c argmatch.c backupfile.c basename.c inp.c maketime.c \ - partime.c patch.c pch.c quotearg.c util.c version.c $(LIBSRCS) - -CFLAGS+= -I${.CURDIR} -CFLAGS+= -I${.CURDIR}/../../../contrib/patch -CFLAGS+= -DHAVE_CONFIG_H -CFLAGS+= -Ded_PROGRAM=\"/bin/ed\" - +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> |
