diff options
author | wosch <wosch@FreeBSD.org> | 1997-02-09 02:21:07 +0000 |
---|---|---|
committer | wosch <wosch@FreeBSD.org> | 1997-02-09 02:21:07 +0000 |
commit | 4601e50d6c5ff5af9a484790ed1472a6bbc11de5 (patch) | |
tree | 9bbf90624902f4f937c747e73a419c8e16907b84 | |
parent | d965c55f4f029edd496aadf0c9edfcb2f1db439e (diff) | |
download | FreeBSD-src-4601e50d6c5ff5af9a484790ed1472a6bbc11de5.zip FreeBSD-src-4601e50d6c5ff5af9a484790ed1472a6bbc11de5.tar.gz |
Delete old (and redundant) machine depend code.
-rw-r--r-- | share/doc/smm/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/share/doc/smm/Makefile b/share/doc/smm/Makefile index 36f72c4..fd9f035 100644 --- a/share/doc/smm/Makefile +++ b/share/doc/smm/Makefile @@ -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> |