Deleted Added
full compact
Makefile (50937) Makefile (55955)
1# Makefile for libform
1# Makefile for libform
2# $FreeBSD: head/lib/ncurses/form/Makefile 50937 1999-09-05 05:37:49Z peter $
2# $FreeBSD: head/lib/ncurses/form/Makefile 55955 2000-01-14 07:57:47Z rgrimes $
3
4NCURSES=${.CURDIR}/../../contrib/ncurses
5
6.PATH: ${NCURSES}/form
7.PATH: ${NCURSES}/menu
8
9LIB= form
10
11SRCS= fty_regex.c fty_num.c fty_int.c fty_ipv4.c fty_enum.c fty_alpha.c \
12 fty_alnum.c \
13 frm_data.c frm_win.c frm_user.c frm_opts.c frm_hook.c frm_req_name.c \
14 fld_user.c fld_type.c fld_stat.c fld_def.c frm_def.c frm_driver.c
3
4NCURSES=${.CURDIR}/../../contrib/ncurses
5
6.PATH: ${NCURSES}/form
7.PATH: ${NCURSES}/menu
8
9LIB= form
10
11SRCS= fty_regex.c fty_num.c fty_int.c fty_ipv4.c fty_enum.c fty_alpha.c \
12 fty_alnum.c \
13 frm_data.c frm_win.c frm_user.c frm_opts.c frm_hook.c frm_req_name.c \
14 fld_user.c fld_type.c fld_stat.c fld_def.c frm_def.c frm_driver.c
15INCS= ${NCURSES}/form/form.h
15
16CFLAGS+=-I${.CURDIR}/../libncurses -I${NCURSES}/form -I${NCURSES}/menu \
17 -I${NCURSES}/include -Wall -DNDEBUG -DHAVE_CONFIG_H
18
16
17CFLAGS+=-I${.CURDIR}/../libncurses -I${NCURSES}/form -I${NCURSES}/menu \
18 -I${NCURSES}/include -Wall -DNDEBUG -DHAVE_CONFIG_H
19
19beforeinstall:
20 ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \
21 ${NCURSES}/form/form.h ${DESTDIR}/usr/include
22
23.include <bsd.lib.mk>
20.include <bsd.lib.mk>