summaryrefslogtreecommitdiff
path: root/lib/libpanel/Makefile
blob: b7882b9360c5936e352d809377490d2bfcdae8ac (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 -c -m 444 -o $(BINOWN) -g $(BINGRP) $$i \
	  ${DESTDIR}/usr/include; done

.include <bsd.lib.mk>