diff options
author | Warner Losh <imp@FreeBSD.org> | 2019-07-15 15:02:40 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2019-07-15 15:02:40 +0000 |
commit | 37165f2306444c3c8086b0558c6ef29ef7b5bca9 (patch) | |
tree | bdd149c0a82eb1364b917bc5f9f4ba1c3ce1837c /release/picobsd/qemu/crunch.conf | |
parent | 248bd1b80f6953b07d5c04e72a3a55cc516100df (diff) | |
download | src-37165f2306444c3c8086b0558c6ef29ef7b5bca9.tar.gz src-37165f2306444c3c8086b0558c6ef29ef7b5bca9.zip |
Remove RELEASE_CRUNCH here. It's obsolete.
Remove RELEASE_CRUNCH here. It's obsolete and hasn't worked in a while. The
build options need to be revisited, since many older ones are listed, while
newer useful ones are not. But that rototilling I'll leave to others.
Notes
Notes:
svn path=/head/; revision=350000
Diffstat (limited to 'release/picobsd/qemu/crunch.conf')
-rw-r--r-- | release/picobsd/qemu/crunch.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/release/picobsd/qemu/crunch.conf b/release/picobsd/qemu/crunch.conf index 58a5544f405b..f63c01effedc 100644 --- a/release/picobsd/qemu/crunch.conf +++ b/release/picobsd/qemu/crunch.conf @@ -29,7 +29,7 @@ # Default build options. Basically tell the Makefiles # that to use the most compact possible version of the code. -buildopts -DWITHOUT_PAM -DRELEASE_CRUNCH -DPPP_NO_NETGRAPH +buildopts -DWITHOUT_PAM -DPPP_NO_NETGRAPH buildopts -DTRACEROUTE_NO_IPSEC -DNO_INET6 buildopts -DWITHOUT_KERBEROS -DWITHOUT_OPENSSL |