mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Support non-i386 architectures.
This commit is contained in:
parent
73b30f0cdf
commit
a77751d7ee
1 changed files with 3 additions and 1 deletions
|
|
@ -2,7 +2,9 @@
|
|||
|
||||
MAINTAINER= newton@FreeBSD.org
|
||||
|
||||
.PATH: ${.CURDIR}/../../i386/svr4 ${.CURDIR}/../../svr4
|
||||
TARGET_ARCH?= ${MACHINE_ARCH}
|
||||
|
||||
.PATH: ${.CURDIR}/../../${TARGET_ARCH}/svr4 ${.CURDIR}/../../svr4
|
||||
KMOD= svr4
|
||||
SRCS= svr4_sysent.c svr4_sysvec.c opt_compat.h opt_svr4.h opt_vmpage.h \
|
||||
vnode_if.h imgact_svr4.c svr4_signal.c svr4_fcntl.c svr4_misc.c \
|
||||
|
|
|
|||
Loading…
Reference in a new issue