freebsd-dev/lib/libpanel/Makefile
Rodney W. Grimes d05257b0f2 Replace beforeinstall target with new variables used by .mk system.
Reviewed by:	marcel, and make world
2000-01-14 07:57:47 +00:00

17 lines
298 B
Makefile

# Makefile for libpanel
# $FreeBSD$
NCURSES=${.CURDIR}/../../contrib/ncurses
.PATH: ${NCURSES}/panel
LIB= panel
SRCS= panel.c
INCS= ${NCURSES}/panel/panel.h
CFLAGS+= -I${.CURDIR}/../libncurses -I${NCURSES}/panel -I${NCURSES}/include \
-Wall -DNDEBUG -DHAVE_CONFIG_H
.include <bsd.lib.mk>