diff options
| author | Paul Richards <paul@FreeBSD.org> | 1995-03-01 08:19:06 +0000 |
|---|---|---|
| committer | Paul Richards <paul@FreeBSD.org> | 1995-03-01 08:19:06 +0000 |
| commit | be7d950dc87bef2e5728cd6b5ae22c29a7f9c8ec (patch) | |
| tree | 753e04f0080c2a52b255d5d8e021697c2200b32b /lib/libforms/Makefile | |
| parent | 1214e6da665ee16823d658e7860740f8c0a90e6a (diff) | |
Notes
Diffstat (limited to 'lib/libforms/Makefile')
| -rw-r--r-- | lib/libforms/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libforms/Makefile b/lib/libforms/Makefile index 7ed0abfa1496..5fbe510c6605 100644 --- a/lib/libforms/Makefile +++ b/lib/libforms/Makefile @@ -1,8 +1,9 @@ LIB = forms -SRCS = forms.c +SRCS = forms.c parser.y lex.l menu.c fields.c CFLAGS += -I. -I${.CURDIR} -Wall -g +LDFLAGS += -ll beforeinstall: @(cd ${.CURDIR}; cmp -s forms.h ${DESTDIR}/usr/include/forms.h || \ |
