diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1998-01-04 21:41:46 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1998-01-04 21:41:46 +0000 |
| commit | 78dd9df2064342cea0ddc7152de4db483c7a6dec (patch) | |
| tree | bbaf2341032fc95115fa9d54fce48166c2ae6681 /gnu/usr.bin/patch/Makefile | |
| parent | e1375e2807ca461d9ec10c55366e2d94f480662b (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/patch/Makefile')
| -rw-r--r-- | gnu/usr.bin/patch/Makefile | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/gnu/usr.bin/patch/Makefile b/gnu/usr.bin/patch/Makefile index 4d5fad2d6afd..b7440225577d 100644 --- a/gnu/usr.bin/patch/Makefile +++ b/gnu/usr.bin/patch/Makefile @@ -1,6 +1,16 @@ +# $Id: Makefile,v 1.9 1997/10/29 17:35:54 ache Exp $ + +.PATH: ${.CURDIR}/../../../contrib/patch + 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 + +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\" + .include <bsd.prog.mk> |
