mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
CFLAGS: = --> +=
This commit is contained in:
parent
5d64e24d3e
commit
509b7efc3e
1 changed files with 1 additions and 1 deletions
|
|
@ -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 || \
|
||||
|
|
|
|||
Loading…
Reference in a new issue