Deleted Added
full compact
Makefile (50936) Makefile (55955)
1# Makefile for libpanel
1# Makefile for libpanel
2# $FreeBSD: head/lib/ncurses/panel/Makefile 50936 1999-09-05 05:36:12Z peter $
2# $FreeBSD: head/lib/ncurses/panel/Makefile 55955 2000-01-14 07:57:47Z rgrimes $
3
4NCURSES=${.CURDIR}/../../contrib/ncurses
5
6.PATH: ${NCURSES}/panel
7
8LIB= panel
9
10SRCS= panel.c
3
4NCURSES=${.CURDIR}/../../contrib/ncurses
5
6.PATH: ${NCURSES}/panel
7
8LIB= panel
9
10SRCS= panel.c
11INCS= ${NCURSES}/panel/panel.h
11
12CFLAGS+= -I${.CURDIR}/../libncurses -I${NCURSES}/panel -I${NCURSES}/include \
13 -Wall -DNDEBUG -DHAVE_CONFIG_H
14
12
13CFLAGS+= -I${.CURDIR}/../libncurses -I${NCURSES}/panel -I${NCURSES}/include \
14 -Wall -DNDEBUG -DHAVE_CONFIG_H
15
15beforeinstall:
16 ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \
17 ${NCURSES}/panel/panel.h ${DESTDIR}/usr/include
18
19.include <bsd.lib.mk>
16.include <bsd.lib.mk>