summaryrefslogtreecommitdiff
path: root/usr.bin/patch/Makefile
diff options
context:
space:
mode:
authoris <is@NetBSD.org>2000-10-11 14:46:00 +0000
committeris <is@NetBSD.org>2000-10-11 14:46:00 +0000
commit135600f947515ab4875cf9eeb52f50b228ab4bb8 (patch)
tree58946c777c26fe581fc0d7af24766f01fbbfcc4e /usr.bin/patch/Makefile
parent745fefd1c6cd80f1ebe12f2afe6e1a6c0490da34 (diff)
More format string cleanup by sommerfeld.
Diffstat (limited to 'usr.bin/patch/Makefile')
-rw-r--r--usr.bin/patch/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/patch/Makefile b/usr.bin/patch/Makefile
index dc204fc1507..c53bddb9d9c 100644
--- a/usr.bin/patch/Makefile
+++ b/usr.bin/patch/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.5 1998/02/22 13:33:48 christos Exp $
+# $NetBSD: Makefile,v 1.6 2000/10/11 14:46:15 is Exp $
PROG= patch
SRCS= patch.c pch.c inp.c version.c util.c backupfile.c
+CFLAGS+= -DCANVARARG
.include <bsd.prog.mk>