summaryrefslogtreecommitdiffstats
path: root/lib/libforms/Makefile.orig
blob: 7ed0abfa1496a3fc4e29866c6fcb2d582979f148 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
LIB = forms

SRCS = forms.c

CFLAGS += -I. -I${.CURDIR} -Wall -g

beforeinstall:
	@(cd ${.CURDIR}; cmp -s forms.h ${DESTDIR}/usr/include/forms.h || \
	   install -c -o ${BINOWN} -g ${BINGRP} -m 444 forms.h \
	   ${DESTDIR}/usr/include/forms.h;)

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