Delete old (and redundant) machine depend code.

This commit is contained in:
Wolfram Schneider 1997-02-09 02:21:07 +00:00
parent 8b7457b509
commit bd23915358
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=22448

View File

@ -13,10 +13,4 @@ SUBDIR= title contents 01.setup 02.config 03.fsck 04.quotas 05.fastfs \
06.nfs 07.lpd 08.sendmailop 09.sendmail 10.named 11.timedop \
12.timed 18.net
.if ${MACHINE} == "tahoe"
SUBDIR+=01.setup
.elif ${MACHINE} == "vax"
SUBDIR+=01.setup
.endif
.include <bsd.subdir.mk>