diff options
author | Brad Davis <brd@FreeBSD.org> | 2018-09-20 09:26:10 +0000 |
---|---|---|
committer | Brad Davis <brd@FreeBSD.org> | 2018-09-20 09:26:10 +0000 |
commit | 6999b78550143f7c17eeea04cc87f08cfd72fae8 (patch) | |
tree | 53f3bdaa42c58ddf563d4ae0d644ac3a1e3f92e2 /lib/libopie/Makefile | |
parent | 80994f8119b0ad74049cd6ebc79fa569e447d2b0 (diff) | |
download | src-6999b78550143f7c17eeea04cc87f08cfd72fae8.tar.gz src-6999b78550143f7c17eeea04cc87f08cfd72fae8.zip |
Move opieaccess to lib/libopie/
This leverages CONFS to do the install
Approved by: re (blanket, pkgbase), bapt (mentor)
Differential Revision: https://reviews.freebsd.org/D17241
Notes
Notes:
svn path=/head/; revision=338823
Diffstat (limited to 'lib/libopie/Makefile')
-rw-r--r-- | lib/libopie/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libopie/Makefile b/lib/libopie/Makefile index 4507d252ea9a..2dda575e94ef 100644 --- a/lib/libopie/Makefile +++ b/lib/libopie/Makefile @@ -2,6 +2,9 @@ # # $FreeBSD$ # + +CONFS= opieaccess +CONFSMODE= 600 PACKAGE=lib${LIB} OPIE_DIST?= ${SRCTOP}/contrib/opie DIST_DIR= ${OPIE_DIST}/${.CURDIR:T} |