summaryrefslogtreecommitdiffstats
path: root/lib/libforms
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1995-01-24 22:09:46 +0000
committerache <ache@FreeBSD.org>1995-01-24 22:09:46 +0000
commite5e62aa35ea8bb9a16c97c784a4a2b18f76b0bf2 (patch)
treed4656f9895f851a4fb0dbe691492ea35285a0668 /lib/libforms
parent7f1b929f720add343d8b9d3e5e0d85201fc81118 (diff)
downloadFreeBSD-src-e5e62aa35ea8bb9a16c97c784a4a2b18f76b0bf2.zip
FreeBSD-src-e5e62aa35ea8bb9a16c97c784a4a2b18f76b0bf2.tar.gz
CFLAGS: = --> +=
Diffstat (limited to 'lib/libforms')
-rw-r--r--lib/libforms/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libforms/Makefile b/lib/libforms/Makefile
index 12b06e9..f454766 100644
--- a/lib/libforms/Makefile
+++ b/lib/libforms/Makefile
@@ -2,7 +2,7 @@ LIB = forms
SRCS = forms.c
-CFLAGS = -I. -I${.CURDIR} -Wall
+CFLAGS += -I. -I${.CURDIR} -Wall
beforeinstall:
@(cd ${.CURDIR}; cmp -s forms.h ${DESTDIR}/usr/include/forms.h || \
OpenPOWER on IntegriCloud