1 # $NetBSD: Makefile,v 1.1 2011/09/26 03:02:44 christos Exp $ 2 3 .include "../Makefile.inc" 4 5 #SUBDIR+= libsim .WAIT 6 7 SUBDIR= libbfd libiberty libopcodes libgdb libdecnumber 8 .if ${USE_LIBEDIT} == no || ${USE_TUI} == yes 9 SUBDIR+= libreadline 10 .endif 11 12 .include <bsd.subdir.mk> 13