diff options
| author | Paul Richards <paul@FreeBSD.org> | 1995-02-01 04:06:37 +0000 |
|---|---|---|
| committer | Paul Richards <paul@FreeBSD.org> | 1995-02-01 04:06:37 +0000 |
| commit | 8c490a36b0eeefea117b6b5397d17b832d64b549 (patch) | |
| tree | 576ca2890714ba0aff9ce46fa51c6d9c6eaaeba4 /lib/libforms/Makefile | |
| parent | 463e33c94b9b59ed7def0ead63c73742e4e1dd09 (diff) | |
Notes
Diffstat (limited to 'lib/libforms/Makefile')
| -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 f454766e3971..7ed0abfa1496 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 -g beforeinstall: @(cd ${.CURDIR}; cmp -s forms.h ${DESTDIR}/usr/include/forms.h || \ |
