CFLAGS: = --> +=

This commit is contained in:
Andrey A. Chernov 1995-01-24 22:09:46 +00:00
parent 5d64e24d3e
commit 509b7efc3e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=5864

View File

@ -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 || \