diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1995-01-24 22:09:46 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1995-01-24 22:09:46 +0000 |
| commit | 509b7efc3e2ec84399a670d1f815391935f53b2f (patch) | |
| tree | d4656f9895f851a4fb0dbe691492ea35285a0668 /lib/libforms | |
| parent | 5d64e24d3e8d380bf4f3b0ae36521ff922796528 (diff) | |
Notes
Diffstat (limited to 'lib/libforms')
| -rw-r--r-- | lib/libforms/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libforms/Makefile b/lib/libforms/Makefile index 12b06e91dfc8..f454766e3971 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 || \ |
