Bug 14102

Summary: make world -DWANT_AOUT fails in lib/compat/compat3x
Product: Base System Reporter: SANETO Takanori <sanewo>
Component: binAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.0-CURRENT   
Hardware: Any   
OS: Any   

Description SANETO Takanori 1999-10-03 17:10:01 UTC
	make world -DWANT_AOUT fails in lib/compat/compat3x while
	installing libraries.

Fix: 

Commenting out following line in lib/compat/compat3x/Makefile
	seems to fix this problem.

	LIBCOMPATDIR=	${LIBDIR}/compat
How-To-Repeat: 
	make world -DWANT_AOUT
Comment 1 Kris Kennaway freebsd_committer freebsd_triage 2001-05-24 20:11:37 UTC
State Changed
From-To: open->closed

WANT_AOUT is no longer a supported build option, thanks anyway.