diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-06-19 21:54:49 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-06-19 21:54:49 +0000 |
commit | 33d1819b5185401ade3f9a52d7663ad964c3932a (patch) | |
tree | ee9f83ffa53c026b9e053a177637867fc6a0cf73 | |
parent | 913e958eb7ee3c1d39835dabe936fee24d54b2f2 (diff) |
Notes
-rw-r--r-- | net/etherboot/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/etherboot/Makefile b/net/etherboot/Makefile index 680dfbc5a252..99de3373894b 100644 --- a/net/etherboot/Makefile +++ b/net/etherboot/Makefile @@ -9,6 +9,8 @@ MASTER_SITES= SF http://etherboot.berlios.de/dist/ MAINTAINER= ambrisko@FreeBSD.org COMMENT= Network boot of FreeBSD a.out/ELF kernels (improved netboot) +BORKEN= Installation is intentionnaly broken + SSP_UNSAFE= yes ONLY_FOR_ARCHS= i386 NO_PACKAGE= lots of configuration necessary |