aboutsummaryrefslogtreecommitdiff
path: root/etc/Makefile
diff options
context:
space:
mode:
authorBrad Davis <brd@FreeBSD.org>2018-09-04 15:48:13 +0000
committerBrad Davis <brd@FreeBSD.org>2018-09-04 15:48:13 +0000
commit966f2a6f275a8081506951656f52d980924c9c94 (patch)
tree57a71824d7677801a5d3b8fd30bed88155a145aa /etc/Makefile
parente165d7bc3934136f4e22d417d7f429fa4cdd87d2 (diff)
downloadsrc-966f2a6f275a8081506951656f52d980924c9c94.tar.gz
src-966f2a6f275a8081506951656f52d980924c9c94.zip
Move etc/ttys to sbin/init/.
And simplify this a little by flattening the directory structure. Approved by: re (gjb), will (mentor) Differential Revision: https://reviews.freebsd.org/D16955
Notes
Notes: svn path=/head/; revision=338454
Diffstat (limited to 'etc/Makefile')
-rw-r--r--etc/Makefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/etc/Makefile b/etc/Makefile
index 18672da0a129..b7d5a42ef3a5 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -35,16 +35,6 @@ BIN1= crontab \
rpc \
termcap.small
-.if exists(${.CURDIR}/etc.${MACHINE}/ttys)
-BIN1+= etc.${MACHINE}/ttys
-.elif exists(${.CURDIR}/etc.${MACHINE_ARCH}/ttys)
-BIN1+= etc.${MACHINE_ARCH}/ttys
-.elif exists(${.CURDIR}/etc.${MACHINE_CPUARCH}/ttys)
-BIN1+= etc.${MACHINE_CPUARCH}/ttys
-.else
-.error etc.MACHINE/ttys missing
-.endif
-
# NB: keep these sorted by MK_* knobs
.if ${MK_AMD} != "no"