mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-16 23:57:54 +01:00
Install opie.h in /usr/include
This commit is contained in:
parent
6234a6e16a
commit
845c706cee
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=23541
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user