summaryrefslogtreecommitdiffstats
path: root/lib/libpanel/Makefile
blob: f8788172aad663018e9c96a6365cad8d7e223aac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Makefile for libpanel
# $FreeBSD$

NCURSES=${.CURDIR}/../../contrib/ncurses

.PATH:	${NCURSES}/panel

LIB=    panel

SRCS=	panel.c

CFLAGS+= -I${.CURDIR}/../libncurses -I${NCURSES}/panel -I${NCURSES}/include \
	-Wall -DNDEBUG -DHAVE_CONFIG_H

beforeinstall:
	${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \
		${NCURSES}/panel/panel.h ${DESTDIR}/usr/include

.include <bsd.lib.mk>
OpenPOWER on IntegriCloud