aboutsummaryrefslogtreecommitdiff
path: root/lib/libform/Makefile
diff options
context:
space:
mode:
authorRodney W. Grimes <rgrimes@FreeBSD.org>2000-01-14 07:57:47 +0000
committerRodney W. Grimes <rgrimes@FreeBSD.org>2000-01-14 07:57:47 +0000
commitd05257b0f2bad8d76a4e0bb3cae2bdacb08ff947 (patch)
treeeb6fb1d114d443d91bf0dfbd4b2abce399113c75 /lib/libform/Makefile
parentfccf86c1a443ed9e2359c8a05e6ec462078e5629 (diff)
downloadsrc-d05257b0f2bad8d76a4e0bb3cae2bdacb08ff947.tar.gz
src-d05257b0f2bad8d76a4e0bb3cae2bdacb08ff947.zip
Replace beforeinstall target with new variables used by .mk system.
Reviewed by: marcel, and make world
Notes
Notes: svn path=/head/; revision=55955
Diffstat (limited to 'lib/libform/Makefile')
-rw-r--r--lib/libform/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/libform/Makefile b/lib/libform/Makefile
index 83dfbc6a94d2..aeb6e1d01974 100644
--- a/lib/libform/Makefile
+++ b/lib/libform/Makefile
@@ -12,12 +12,9 @@ SRCS= fty_regex.c fty_num.c fty_int.c fty_ipv4.c fty_enum.c fty_alpha.c \
fty_alnum.c \
frm_data.c frm_win.c frm_user.c frm_opts.c frm_hook.c frm_req_name.c \
fld_user.c fld_type.c fld_stat.c fld_def.c frm_def.c frm_driver.c
+INCS= ${NCURSES}/form/form.h
CFLAGS+=-I${.CURDIR}/../libncurses -I${NCURSES}/form -I${NCURSES}/menu \
-I${NCURSES}/include -Wall -DNDEBUG -DHAVE_CONFIG_H
-beforeinstall:
- ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \
- ${NCURSES}/form/form.h ${DESTDIR}/usr/include
-
.include <bsd.lib.mk>