summaryrefslogtreecommitdiffstats
path: root/etc/Makefile
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2009-11-13 11:26:44 +0000
committered <ed@FreeBSD.org>2009-11-13 11:26:44 +0000
commit4e6819803d8a0f9bc9f4706e17f512d154faaecc (patch)
tree5658655eb518da3fc7113566173404567323481e /etc/Makefile
parente00b284b2062d80db8eca6bc650cd04768f79158 (diff)
downloadFreeBSD-src-4e6819803d8a0f9bc9f4706e17f512d154faaecc.zip
FreeBSD-src-4e6819803d8a0f9bc9f4706e17f512d154faaecc.tar.gz
Split up etc.i386/ttys into a PC98 version as well.
This means I can now convert syscons on i386 to xterm as well. Discussed with: nyan
Diffstat (limited to 'etc/Makefile')
-rw-r--r--etc/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/etc/Makefile b/etc/Makefile
index 1181104..88f0bfb 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -18,8 +18,13 @@ BIN1= auth.conf \
rc rc.bsdextended rc.firewall rc.firewall6 rc.initdiskless \
rc.sendmail rc.shutdown \
rc.subr remote rpc services shells \
- sysctl.conf syslog.conf \
- etc.${MACHINE_ARCH}/ttys
+ sysctl.conf syslog.conf
+
+.if exists(${.CURDIR}/etc.${MACHINE}/ttys)
+BIN1+= etc.${MACHINE}/ttys
+.else
+BIN1+= etc.${MACHINE_ARCH}/ttys
+.endif
OPENBSMDIR= ${.CURDIR}/../contrib/openbsm
BSM_ETC_OPEN_FILES= ${OPENBSMDIR}/etc/audit_class \
OpenPOWER on IntegriCloud