summaryrefslogtreecommitdiff
path: root/lib/libpanel/Makefile
blob: a02e56d3a6086b6b0195882eba4f43a0a70c049c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
LIB=	panel
SRCS=	panel.c
HDRS=	panel.h
MAN=	panel.3

includes:
	@cd ${.CURDIR}; for i in ${HDRS}; do \
	  cmp -s $$i ${DESTDIR}/usr/include/$$i || \
	  ${INSTALL} ${COPY} -m 444 -o $(BINOWN) -g $(BINGRP) $$i \
	  ${DESTDIR}/usr/include; done

.include <bsd.lib.mk>