#SUBDIR = f2c libf2c
#
#.include <bsd.subdir.mk>

all:
	@(cd f2c ; make all)
	@(cd libf2c ;make all)

clean:
	@(cd f2c ; make clean)
	@(cd libf2c ;make clean)

depend:
	@(cd f2c ; make depend)

cleandepend:
	@(cd f2c ; make cleandepend)
