freebsd_amp_hwpstate/lib/libforms/Makefile

13 lines
264 B
Makefile
Raw Normal View History

LIB = forms
SRCS = forms.c
CFLAGS = -I. -I${.CURDIR} -Wall
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>