diff options
author | Sean Bruno <sbruno@FreeBSD.org> | 2015-02-07 23:46:56 +0000 |
---|---|---|
committer | Sean Bruno <sbruno@FreeBSD.org> | 2015-02-07 23:46:56 +0000 |
commit | 4d0d7bb602e9dffeed54e75d6b5ac2bf99826842 (patch) | |
tree | 364c2859ffa6182d94d5ad65e5b1194e07494b3a /sysutils | |
parent | 36d0162ea91c588c38e2b496ea23d001d29a1698 (diff) |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/pefs-kmod/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/pefs-kmod/Makefile b/sysutils/pefs-kmod/Makefile index 97a4ce6057d5..ca614544ebae 100644 --- a/sysutils/pefs-kmod/Makefile +++ b/sysutils/pefs-kmod/Makefile @@ -15,7 +15,8 @@ LICENSE= BSD2CLAUSE MAKE_ENV= BINDIR="${PREFIX}/sbin" MANDIR="${MANPREFIX}/man/man" \ NO_MANCOMPRESS= -ONLY_FOR_ARCHS= i386 amd64 # not tested on other archs +ONLY_FOR_ARCHS= i386 amd64 armv6 +ONLY_FOR_ARCHS_REASON= Untested on any other arch. USES= kmod uidfix |