diff options
| author | Paul Traina <pst@FreeBSD.org> | 1997-03-09 09:28:29 +0000 |
|---|---|---|
| committer | Paul Traina <pst@FreeBSD.org> | 1997-03-09 09:28:29 +0000 |
| commit | 7b4e38e0a69d5f8e72de2c6782e9e1f66540f5c9 (patch) | |
| tree | 80de57fa6ee03e2cd93381e406fc5f4a0b4e1424 /lib | |
| parent | b6546c8a6a90c48188564bdf3aaf6877cb1f53b5 (diff) | |
Notes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libopie/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/libopie/Makefile b/lib/libopie/Makefile index 551f025cddf4..85e4682f56e1 100644 --- a/lib/libopie/Makefile +++ b/lib/libopie/Makefile @@ -1,6 +1,6 @@ # Makefile for libopie # -# $Id$ +# $Id: Makefile,v 1.1.1.1.2.1 1997/02/22 05:16:10 nate 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> |
