Install opie.h in /usr/include

This commit is contained in:
Paul Traina 1997-03-08 19:42:41 +00:00
parent 6234a6e16a
commit 845c706cee
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=23541

View File

@ -1,6 +1,6 @@
# Makefile for libopie
#
# $Id$
# $Id: Makefile,v 1.2 1997/02/22 15:07:48 peter Exp $
#
OPIE_DIST?= ${.CURDIR}/../../contrib/opie
DIST_DIR= ${OPIE_DIST}/${.CURDIR:T}
@ -24,4 +24,8 @@ CFLAGS+=-I${.CURDIR} -I${OPIE_DIST} -I${DIST_DIR} \
MAN4= ${OPIE_DIST}/opie.4
MAN5= ${OPIE_DIST}/opiekeys.5 ${OPIE_DIST}/opieaccess.5
beforeinstall:
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${OPIE_DIST}/opie.h \
${DESTDIR}/usr/include
.include <bsd.lib.mk>